diff options
author | Oriol Brufau <obrufau@igalia.com> | 2023-10-20 14:55:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 12:55:33 +0000 |
commit | 111716d458c0f9684b094bc835e84302182f7578 (patch) | |
tree | 564412e22f9df26736fd142cd6766c234c76068d /tests/wpt/meta | |
parent | 9af3495d8aed9a7738824b3eed1e834ba77b6a47 (diff) | |
download | servo-111716d458c0f9684b094bc835e84302182f7578.tar.gz servo-111716d458c0f9684b094bc835e84302182f7578.zip |
Stop transitioning properties with a discrete animation type (#30565)
They are not transitionable:
https://drafts.csswg.org/css-transitions-1/#transitionable
There are some new failures in background-image-interpolation.html,
but I think the test is wrong, because it expects background-image
to be transitionable, even though the spec defines it with a discrete
animation type.
Diffstat (limited to 'tests/wpt/meta')
16 files changed, 197 insertions, 559 deletions
diff --git a/tests/wpt/meta/css/CSS2/borders/discrete-no-interpolation.html.ini b/tests/wpt/meta/css/CSS2/borders/discrete-no-interpolation.html.ini index 44f7872fbdc..5d46aca69e7 100644 --- a/tests/wpt/meta/css/CSS2/borders/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta/css/CSS2/borders/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property <border-left-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-left-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-left-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property <border-left-style> from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property <border-left-style> from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property <border-right-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-right-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-right-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property <border-right-style> from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -59,15 +41,6 @@ [Web Animations: property <border-right-style> from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property <border-top-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-top-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-top-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property <border-top-style> from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -89,15 +62,6 @@ [Web Animations: property <border-top-style> from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property <border-bottom-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-bottom-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-bottom-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property <border-bottom-style> from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -118,39 +82,3 @@ [Web Animations: property <border-bottom-style> from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - - [CSS Transitions: property <border-left-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-left-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-left-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-right-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-right-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-right-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-top-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-top-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-top-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-bottom-style> from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-bottom-style> from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property <border-bottom-style> from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/floats-clear/clear-no-interpolation.html.ini b/tests/wpt/meta/css/CSS2/floats-clear/clear-no-interpolation.html.ini index df371dbfb5d..1df3d4785ed 100644 --- a/tests/wpt/meta/css/CSS2/floats-clear/clear-no-interpolation.html.ini +++ b/tests/wpt/meta/css/CSS2/floats-clear/clear-no-interpolation.html.ini @@ -1,13 +1,4 @@ [clear-no-interpolation.html] - [CSS Transitions with transition: all: property <clear> from [initial\] to [both\] at (-0.3) should be [both\]] - expected: FAIL - - [CSS Transitions with transition: all: property <clear> from [initial\] to [both\] at (0) should be [both\]] - expected: FAIL - - [CSS Transitions with transition: all: property <clear> from [initial\] to [both\] at (0.3) should be [both\]] - expected: FAIL - [Web Animations: property <clear> from [initial\] to [both\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <clear> from [initial\] to [both\] at (1.5) should be [both\]] expected: FAIL - - [CSS Transitions: property <clear> from [initial\] to [both\] at (-0.3) should be [both\]] - expected: FAIL - - [CSS Transitions: property <clear> from [initial\] to [both\] at (0) should be [both\]] - expected: FAIL - - [CSS Transitions: property <clear> from [initial\] to [both\] at (0.3) should be [both\]] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/floats/float-no-interpolation.html.ini b/tests/wpt/meta/css/CSS2/floats/float-no-interpolation.html.ini index 251934b7b7d..fa534c422ad 100644 --- a/tests/wpt/meta/css/CSS2/floats/float-no-interpolation.html.ini +++ b/tests/wpt/meta/css/CSS2/floats/float-no-interpolation.html.ini @@ -1,13 +1,4 @@ [float-no-interpolation.html] - [CSS Transitions with transition: all: property <float> from [initial\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property <float> from [initial\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property <float> from [initial\] to [right\] at (0.3) should be [right\]] - expected: FAIL - [Web Animations: property <float> from [initial\] to [right\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <float> from [initial\] to [right\] at (1.5) should be [right\]] expected: FAIL - - [CSS Transitions: property <float> from [initial\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions: property <float> from [initial\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions: property <float> from [initial\] to [right\] at (0.3) should be [right\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-animations/display-interpolation.html.ini b/tests/wpt/meta/css/css-animations/display-interpolation.html.ini index cc21c992bb3..2b79379feae 100644 --- a/tests/wpt/meta/css/css-animations/display-interpolation.html.ini +++ b/tests/wpt/meta/css/css-animations/display-interpolation.html.ini @@ -59,15 +59,6 @@ [Web Animations: property <display> from [none\] to [block\] at (1.5) should be [block\]] expected: FAIL - [CSS Transitions with transition: all: property <display> from [inline\] to [block\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Transitions with transition: all: property <display> from [inline\] to [block\] at (0) should be [block\]] - expected: FAIL - - [CSS Transitions with transition: all: property <display> from [inline\] to [block\] at (0.3) should be [block\]] - expected: FAIL - [CSS Animations: property <display> from [inline\] to [block\] at (-0.3) should be [inline\]] expected: FAIL @@ -152,15 +143,6 @@ [Web Animations: property <display> from [none\] to [none\] at (1.5) should be [none\]] expected: FAIL - [CSS Transitions: property <display> from [inline\] to [block\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Transitions: property <display> from [inline\] to [block\] at (0) should be [block\]] - expected: FAIL - - [CSS Transitions: property <display> from [inline\] to [block\] at (0.3) should be [block\]] - expected: FAIL - [CSS Transitions with transition: all: property <display> from [block\] to [none\] at (-1) should be [block\]] expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/animations/background-image-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/background-image-interpolation.html.ini index 0b703780ded..11e83718993 100644 --- a/tests/wpt/meta/css/css-backgrounds/animations/background-image-interpolation.html.ini +++ b/tests/wpt/meta/css/css-backgrounds/animations/background-image-interpolation.html.ini @@ -269,3 +269,200 @@ [CSS Animations: property <background-image> from [url(../resources/blue-100.png)\] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)\] at (1.5) should be [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)\]] expected: FAIL + [CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [initial\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [initial\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [initial\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [initial\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [initial\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [initial\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [inherit\] to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [inherit\] to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [inherit\] to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [inherit\] to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [inherit\] to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [inherit\] to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [unset\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [unset\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [unset\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [unset\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [unset\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [unset\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(-45deg, red, yellow)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(-45deg, red, yellow)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(-45deg, red, yellow)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(-45deg, red, yellow)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(-45deg, red, yellow)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(-45deg, red, yellow)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [none\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [none\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [none\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [none\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [none\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [none\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)\] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)\] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)\] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)\] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)\] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)\] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)\] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)\] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)\] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)\] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)\] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)\] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png), none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png), none\]] + expected: FAIL + + [CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png), none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png), none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png), none\]] + expected: FAIL + + [CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none\] to [url(../resources/stripes-100.png), url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png), none\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/animations/border-image-source-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/border-image-source-interpolation.html.ini index 10b6ba54e94..58b8f889e44 100644 --- a/tests/wpt/meta/css/css-backgrounds/animations/border-image-source-interpolation.html.ini +++ b/tests/wpt/meta/css/css-backgrounds/animations/border-image-source-interpolation.html.ini @@ -145,130 +145,3 @@ [Web Animations: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(-45deg, red, yellow)\]] expected: FAIL - - [CSS Transitions: property <border-image-source> from [inherit\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [inherit\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [initial\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [initial\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [initial\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [unset\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [unset\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [inherit\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [none\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [initial\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [unset\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [none\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [initial\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [inherit\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [initial\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [inherit\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [none\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [none\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [inherit\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [none\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [unset\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-source> from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - - [CSS Transitions: property <border-image-source> from [none\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - diff --git a/tests/wpt/meta/css/css-backgrounds/animations/discrete-no-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/discrete-no-interpolation.html.ini index 1bc864720b9..d2d97bc1566 100644 --- a/tests/wpt/meta/css/css-backgrounds/animations/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-backgrounds/animations/discrete-no-interpolation.html.ini @@ -8,15 +8,6 @@ [CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [initial\]] expected: FAIL - [CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [fixed\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0) should be [fixed\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [fixed\]] - expected: FAIL - [Web Animations: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [initial\]] expected: FAIL @@ -122,15 +113,6 @@ [Web Animations: property <background-blend-mode> from [initial\] to [overlay\] at (1.5) should be [overlay\]] expected: FAIL - [CSS Transitions with transition: all: property <background-clip> from [initial\] to [content-box\] at (-0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-clip> from [initial\] to [content-box\] at (0) should be [content-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-clip> from [initial\] to [content-box\] at (0.3) should be [content-box\]] - expected: FAIL - [Web Animations: property <background-clip> from [initial\] to [content-box\] at (-0.3) should be [initial\]] expected: FAIL @@ -152,15 +134,6 @@ [Web Animations: property <background-clip> from [initial\] to [content-box\] at (1.5) should be [content-box\]] expected: FAIL - [CSS Transitions with transition: all: property <background-origin> from [initial\] to [border-box\] at (-0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-origin> from [initial\] to [border-box\] at (0) should be [border-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-origin> from [initial\] to [border-box\] at (0.3) should be [border-box\]] - expected: FAIL - [Web Animations: property <background-origin> from [initial\] to [border-box\] at (-0.3) should be [initial\]] expected: FAIL @@ -182,15 +155,6 @@ [Web Animations: property <background-origin> from [initial\] to [border-box\] at (1.5) should be [border-box\]] expected: FAIL - [CSS Transitions with transition: all: property <background-repeat> from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-repeat> from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property <background-repeat> from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - [Web Animations: property <background-repeat> from [initial\] to [round\] at (-0.3) should be [initial\]] expected: FAIL @@ -212,15 +176,6 @@ [Web Animations: property <background-repeat> from [initial\] to [round\] at (1.5) should be [round\]] expected: FAIL - [CSS Transitions with transition: all: property <border-image-repeat> from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-repeat> from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property <border-image-repeat> from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - [Web Animations: property <border-image-repeat> from [initial\] to [round\] at (-0.3) should be [initial\]] expected: FAIL @@ -242,15 +197,6 @@ [Web Animations: property <border-image-repeat> from [initial\] to [round\] at (1.5) should be [round\]] expected: FAIL - [CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [fixed\]] - expected: FAIL - - [CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0) should be [fixed\]] - expected: FAIL - - [CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [fixed\]] - expected: FAIL - [CSS Transitions: property <background-blend-mode> from [initial\] to [overlay\] at (-0.3) should be [overlay\]] expected: FAIL @@ -259,39 +205,3 @@ [CSS Transitions: property <background-blend-mode> from [initial\] to [overlay\] at (0.3) should be [overlay\]] expected: FAIL - - [CSS Transitions: property <background-clip> from [initial\] to [content-box\] at (-0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property <background-clip> from [initial\] to [content-box\] at (0) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property <background-clip> from [initial\] to [content-box\] at (0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property <background-origin> from [initial\] to [border-box\] at (-0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property <background-origin> from [initial\] to [border-box\] at (0) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property <background-origin> from [initial\] to [border-box\] at (0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property <background-repeat> from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property <background-repeat> from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions: property <background-repeat> from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property <border-image-repeat> from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property <border-image-repeat> from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions: property <border-image-repeat> from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-content/content-no-interpolation.html.ini b/tests/wpt/meta/css/css-content/content-no-interpolation.html.ini index 3f7186a5061..47b159d0730 100644 --- a/tests/wpt/meta/css/css-content/content-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-content/content-no-interpolation.html.ini @@ -1,13 +1,4 @@ [content-no-interpolation.html] - [CSS Transitions with transition: all: property <content> from [initial\] to ["b"\] at (-0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property <content> from [initial\] to ["b"\] at (0) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property <content> from [initial\] to ["b"\] at (0.3) should be ["b"\]] - expected: FAIL - [Web Animations: property <content> from [initial\] to ["b"\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <content> from [initial\] to ["b"\] at (1.5) should be ["b"\]] expected: FAIL - - [CSS Transitions: property <content> from [initial\] to ["b"\] at (-0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions: property <content> from [initial\] to ["b"\] at (0) should be ["b"\]] - expected: FAIL - - [CSS Transitions: property <content> from [initial\] to ["b"\] at (0.3) should be ["b"\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/animation/discrete-no-interpolation.html.ini b/tests/wpt/meta/css/css-flexbox/animation/discrete-no-interpolation.html.ini index 4c7af0ff17e..fee4cc8fc41 100644 --- a/tests/wpt/meta/css/css-flexbox/animation/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-flexbox/animation/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property <flex-direction> from [initial\] to [column\] at (-0.3) should be [column\]] - expected: FAIL - - [CSS Transitions with transition: all: property <flex-direction> from [initial\] to [column\] at (0) should be [column\]] - expected: FAIL - - [CSS Transitions with transition: all: property <flex-direction> from [initial\] to [column\] at (0.3) should be [column\]] - expected: FAIL - [Web Animations: property <flex-direction> from [initial\] to [column\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property <flex-direction> from [initial\] to [column\] at (1.5) should be [column\]] expected: FAIL - [CSS Transitions with transition: all: property <flex-wrap> from [initial\] to [wrap\] at (-0.3) should be [wrap\]] - expected: FAIL - - [CSS Transitions with transition: all: property <flex-wrap> from [initial\] to [wrap\] at (0) should be [wrap\]] - expected: FAIL - - [CSS Transitions with transition: all: property <flex-wrap> from [initial\] to [wrap\] at (0.3) should be [wrap\]] - expected: FAIL - [Web Animations: property <flex-wrap> from [initial\] to [wrap\] at (-0.3) should be [initial\]] expected: FAIL @@ -58,21 +40,3 @@ [Web Animations: property <flex-wrap> from [initial\] to [wrap\] at (1.5) should be [wrap\]] expected: FAIL - - [CSS Transitions: property <flex-direction> from [initial\] to [column\] at (-0.3) should be [column\]] - expected: FAIL - - [CSS Transitions: property <flex-direction> from [initial\] to [column\] at (0) should be [column\]] - expected: FAIL - - [CSS Transitions: property <flex-direction> from [initial\] to [column\] at (0.3) should be [column\]] - expected: FAIL - - [CSS Transitions: property <flex-wrap> from [initial\] to [wrap\] at (-0.3) should be [wrap\]] - expected: FAIL - - [CSS Transitions: property <flex-wrap> from [initial\] to [wrap\] at (0) should be [wrap\]] - expected: FAIL - - [CSS Transitions: property <flex-wrap> from [initial\] to [wrap\] at (0.3) should be [wrap\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini b/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini index c98fbfd4db7..71e9b18218e 100644 --- a/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-fonts/discrete-no-interpolation.html.ini @@ -701,15 +701,6 @@ [Web Animations: property <font-variant-alternates> from [initial\] to [historical-forms\] at (1.5) should be [historical-forms\]] expected: FAIL - [CSS Transitions with transition: all: property <font-variant-caps> from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] - expected: FAIL - - [CSS Transitions with transition: all: property <font-variant-caps> from [initial\] to [small-caps\] at (0) should be [small-caps\]] - expected: FAIL - - [CSS Transitions with transition: all: property <font-variant-caps> from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] - expected: FAIL - [Web Animations: property <font-variant-caps> from [initial\] to [small-caps\] at (-0.3) should be [initial\]] expected: FAIL @@ -1067,24 +1058,6 @@ [Web Animations: property <font-variant-position> from [initial\] to [super\] at (1.5) should be [super\]] expected: FAIL - [CSS Transitions: property <font-family> from [serif\] to [monospace\] at (-0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions: property <font-family> from [serif\] to [monospace\] at (0) should be [monospace\]] - expected: FAIL - - [CSS Transitions: property <font-family> from [serif\] to [monospace\] at (0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property <font-family> from [serif\] to [monospace\] at (-0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property <font-family> from [serif\] to [monospace\] at (0) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property <font-family> from [serif\] to [monospace\] at (0.3) should be [monospace\]] - expected: FAIL - [Web Animations: property <font-family> from [serif\] to [monospace\] at (-0.3) should be [serif\]] expected: FAIL @@ -1178,15 +1151,6 @@ [CSS Transitions: property <font-variant-alternates> from [initial\] to [historical-forms\] at (0.3) should be [historical-forms\]] expected: FAIL - [CSS Transitions: property <font-variant-caps> from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] - expected: FAIL - - [CSS Transitions: property <font-variant-caps> from [initial\] to [small-caps\] at (0) should be [small-caps\]] - expected: FAIL - - [CSS Transitions: property <font-variant-caps> from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] - expected: FAIL - [CSS Transitions: property <font-variant-east-asian> from [initial\] to [full-width\] at (-0.3) should be [full-width\]] expected: FAIL diff --git a/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini b/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini index adfd2b99dd6..325dc313506 100644 --- a/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-images/animation/image-no-interpolation.html.ini @@ -83,15 +83,6 @@ [Web Animations: property <image-orientation> from [initial\] to [none\] at (1.5) should be [none\]] expected: FAIL - [CSS Transitions with transition: all: property <image-rendering> from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] - expected: FAIL - - [CSS Transitions with transition: all: property <image-rendering> from [initial\] to [pixelated\] at (0) should be [pixelated\]] - expected: FAIL - - [CSS Transitions with transition: all: property <image-rendering> from [initial\] to [pixelated\] at (0.3) should be [pixelated\]] - expected: FAIL - [Web Animations: property <image-rendering> from [initial\] to [pixelated\] at (-0.3) should be [initial\]] expected: FAIL @@ -121,12 +112,3 @@ [CSS Transitions: property <image-orientation> from [initial\] to [none\] at (0.3) should be [none\]] expected: FAIL - - [CSS Transitions: property <image-rendering> from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] - expected: FAIL - - [CSS Transitions: property <image-rendering> from [initial\] to [pixelated\] at (0) should be [pixelated\]] - expected: FAIL - - [CSS Transitions: property <image-rendering> from [initial\] to [pixelated\] at (0.3) should be [pixelated\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-logical/animations/float-interpolation.html.ini b/tests/wpt/meta/css/css-logical/animations/float-interpolation.html.ini index 47a6e37dcd5..b20fed00e07 100644 --- a/tests/wpt/meta/css/css-logical/animations/float-interpolation.html.ini +++ b/tests/wpt/meta/css/css-logical/animations/float-interpolation.html.ini @@ -1,13 +1,4 @@ [float-interpolation.html] - [CSS Transitions with transition: all: property <float> from [left\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property <float> from [left\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property <float> from [left\] to [right\] at (0.3) should be [right\]] - expected: FAIL - [Web Animations: property <float> from [left\] to [right\] at (-0.3) should be [left\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <float> from [left\] to [right\] at (1.5) should be [right\]] expected: FAIL - - [CSS Transitions: property <float> from [left\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions: property <float> from [left\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions: property <float> from [left\] to [right\] at (0.3) should be [right\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-position/animations/position-interpolation.html.ini b/tests/wpt/meta/css/css-position/animations/position-interpolation.html.ini index a639cc8d7fd..214c8fb0a06 100644 --- a/tests/wpt/meta/css/css-position/animations/position-interpolation.html.ini +++ b/tests/wpt/meta/css/css-position/animations/position-interpolation.html.ini @@ -1,13 +1,4 @@ [position-interpolation.html] - [CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (-0.3) should be [static\]] - expected: FAIL - - [CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (0) should be [static\]] - expected: FAIL - - [CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (0.3) should be [static\]] - expected: FAIL - [Web Animations: property <position> from [absolute\] to [static\] at (-0.3) should be [absolute\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <position> from [absolute\] to [static\] at (1.5) should be [static\]] expected: FAIL - - [CSS Transitions: property <position> from [absolute\] to [static\] at (-0.3) should be [static\]] - expected: FAIL - - [CSS Transitions: property <position> from [absolute\] to [static\] at (0) should be [static\]] - expected: FAIL - - [CSS Transitions: property <position> from [absolute\] to [static\] at (0.3) should be [static\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text-decor/animations/discrete-no-interpolation.html.ini b/tests/wpt/meta/css/css-text-decor/animations/discrete-no-interpolation.html.ini index dffb77f74ba..3a98ad39715 100644 --- a/tests/wpt/meta/css/css-text-decor/animations/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-text-decor/animations/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]] - expected: FAIL - - [CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]] - expected: FAIL - [Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (1.5) should be [underline\]] expected: FAIL - [CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]] - expected: FAIL - - [CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]] - expected: FAIL - - [CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]] - expected: FAIL - [Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]] expected: FAIL @@ -395,24 +377,6 @@ [Web Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]] expected: FAIL - [CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]] - expected: FAIL - - [CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]] - expected: FAIL - - [CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]] - expected: FAIL - - [CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]] - expected: FAIL - [CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [123px\]] expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini b/tests/wpt/meta/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini index 2827ef4f322..34a03dadb89 100644 --- a/tests/wpt/meta/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini @@ -1,13 +1,4 @@ [backface-visibility-no-interpolation.html] - [CSS Transitions with transition: all: property <backface-visibility> from [initial\] to [hidden\] at (-0.3) should be [hidden\]] - expected: FAIL - - [CSS Transitions with transition: all: property <backface-visibility> from [initial\] to [hidden\] at (0) should be [hidden\]] - expected: FAIL - - [CSS Transitions with transition: all: property <backface-visibility> from [initial\] to [hidden\] at (0.3) should be [hidden\]] - expected: FAIL - [Web Animations: property <backface-visibility> from [initial\] to [hidden\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <backface-visibility> from [initial\] to [hidden\] at (1.5) should be [hidden\]] expected: FAIL - - [CSS Transitions: property <backface-visibility> from [initial\] to [hidden\] at (-0.3) should be [hidden\]] - expected: FAIL - - [CSS Transitions: property <backface-visibility> from [initial\] to [hidden\] at (0) should be [hidden\]] - expected: FAIL - - [CSS Transitions: property <backface-visibility> from [initial\] to [hidden\] at (0.3) should be [hidden\]] - expected: FAIL diff --git a/tests/wpt/meta/css/css-ui/animation/cursor-no-interpolation.html.ini b/tests/wpt/meta/css/css-ui/animation/cursor-no-interpolation.html.ini index 57f9223611c..7d3a1bb6bcc 100644 --- a/tests/wpt/meta/css/css-ui/animation/cursor-no-interpolation.html.ini +++ b/tests/wpt/meta/css/css-ui/animation/cursor-no-interpolation.html.ini @@ -1,13 +1,4 @@ [cursor-no-interpolation.html] - [CSS Transitions with transition: all: property <cursor> from [initial\] to [none\] at (-0.3) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property <cursor> from [initial\] to [none\] at (0) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property <cursor> from [initial\] to [none\] at (0.3) should be [none\]] - expected: FAIL - [Web Animations: property <cursor> from [initial\] to [none\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property <cursor> from [initial\] to [none\] at (1.5) should be [none\]] expected: FAIL - - [CSS Transitions: property <cursor> from [initial\] to [none\] at (-0.3) should be [none\]] - expected: FAIL - - [CSS Transitions: property <cursor> from [initial\] to [none\] at (0) should be [none\]] - expected: FAIL - - [CSS Transitions: property <cursor> from [initial\] to [none\] at (0.3) should be [none\]] - expected: FAIL |