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/css/css-ui | |
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/css/css-ui')
-rw-r--r-- | tests/wpt/meta/css/css-ui/animation/cursor-no-interpolation.html.ini | 18 |
1 files changed, 0 insertions, 18 deletions
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 |