From 111716d458c0f9684b094bc835e84302182f7578 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 20 Oct 2023 14:55:33 +0200 Subject: 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. --- .../css-ui/animation/cursor-no-interpolation.html.ini | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'tests/wpt/meta/css/css-ui') 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 from [initial\] to [none\] at (-0.3) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [none\] at (0) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [none\] at (0.3) should be [none\]] - expected: FAIL - [Web Animations: property from [initial\] to [none\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [none\] at (1.5) should be [none\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [none\] at (-0.3) should be [none\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [none\] at (0) should be [none\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] - expected: FAIL -- cgit v1.2.3