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 <flackr@chromium.org>
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573328}

--

wpt-commits: 028ff8d15432d595df85c2becf66cce686659de7
wpt-pr: 11860
This commit is contained in:
Majid Valipour 2018-07-18 14:26:25 +00:00 коммит произвёл moz-wptsync-bot
Родитель 2dcd1c9b5c
Коммит 8b02da2746
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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": [

Просмотреть файл

@ -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': {