From 8b02da2746f51f2e9c62b0be97637dc1cc28f769 Mon Sep 17 00:00:00 2001 From: Majid Valipour Date: Wed, 18 Jul 2018 14:26:25 +0000 Subject: [PATCH] Bug 1474388 [wpt PR 11860] - [testing] Remove per platform expectations for wpt animation-types tests, a=testonly Automatic update from web-platform-tests[testing] Remove per platform expectations for wpt animation-types tests The only difference that required per platform expectation files was the fact that 'hyphens: auto' is only supported in Chromium on Mac. These tests don't care about the actual css property value but how one value is animated to another in web animation interpolation model. So instead of using 'auto' for hyphens, we use 'none' which is supported on all platforms. This help remove three 500+ lines per platform expectation files and reduce unnecessary maintenance burden. Change-Id: I5f3b716ce11a72a5235e7899d2e90f4bbea77ebc Bug: 860359 Reviewed-on: https://chromium-review.googlesource.com/1129201 Reviewed-by: Robert Flack Commit-Queue: Majid Valipour Cr-Commit-Position: refs/heads/master@{#573328} -- wpt-commits: 028ff8d15432d595df85c2becf66cce686659de7 wpt-pr: 11860 --- testing/web-platform/meta/MANIFEST.json | 2 +- .../animation-model/animation-types/property-list.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index b0a034e2f454..806958a1d514 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -625367,7 +625367,7 @@ "testharness" ], "web-animations/animation-model/animation-types/property-list.js": [ - "f40a685eda7a9dd97fb34f6c3bfe365e0c06beca", + "7591be830ad9572c107e44006fdaa914deecd19b", "support" ], "web-animations/animation-model/animation-types/property-types.js": [ diff --git a/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js b/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js index c8465d6681b3..7f9ddf7180b6 100644 --- a/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js +++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/property-list.js @@ -705,7 +705,7 @@ const gCSSProperties = { 'hyphens': { // https://drafts.csswg.org/css-text-3/#propdef-hyphens types: [ - { type: 'discrete', options: [ [ 'manual', 'auto' ] ] } + { type: 'discrete', options: [ [ 'manual', 'none' ] ] } ] }, 'image-orientation': {