From 111716d458c0f9684b094bc835e84302182f7578 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 20 Oct 2023 14:55:33 +0200 Subject: [PATCH] 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. --- components/style/animation.rs | 4 + .../style/properties/properties.mako.rs | 12 ++ .../discrete-no-interpolation.html.ini | 72 ------- .../clear-no-interpolation.html.ini | 18 -- .../floats/float-no-interpolation.html.ini | 18 -- .../border-collapse-no-interpolation.html.ini | 18 -- .../empty-cells-no-interpolation.html.ini | 18 -- .../animation/align-no-interpolation.html.ini | 36 ---- .../display-interpolation.html.ini | 18 -- .../background-image-interpolation.html.ini | 197 ++++++++++++++++++ ...border-image-source-interpolation.html.ini | 127 ----------- .../discrete-no-interpolation.html.ini | 90 -------- .../content-no-interpolation.html.ini | 18 -- .../discrete-no-interpolation.html.ini | 36 ---- .../discrete-no-interpolation.html.ini | 36 ---- .../animation/image-no-interpolation.html.ini | 18 -- .../caption-side-no-interpolation.html.ini | 18 -- .../animations/float-interpolation.html.ini | 18 -- .../position-interpolation.html.ini | 18 -- .../discrete-no-interpolation.html.ini | 36 ---- .../text-justify-interpolation.html.ini | 72 ------- ...kface-visibility-no-interpolation.html.ini | 18 -- .../cursor-no-interpolation.html.ini | 18 -- .../discrete-no-interpolation.html.ini | 72 ------- .../clear-no-interpolation.html.ini | 18 -- .../floats/float-no-interpolation.html.ini | 18 -- .../display-interpolation.html.ini | 18 -- .../background-image-interpolation.html.ini | 197 ++++++++++++++++++ ...border-image-source-interpolation.html.ini | 127 ----------- .../discrete-no-interpolation.html.ini | 90 -------- .../content-no-interpolation.html.ini | 18 -- .../discrete-no-interpolation.html.ini | 36 ---- .../discrete-no-interpolation.html.ini | 36 ---- .../animation/image-no-interpolation.html.ini | 18 -- .../animations/float-interpolation.html.ini | 18 -- .../position-interpolation.html.ini | 18 -- .../discrete-no-interpolation.html.ini | 36 ---- ...kface-visibility-no-interpolation.html.ini | 18 -- .../cursor-no-interpolation.html.ini | 18 -- 39 files changed, 410 insertions(+), 1280 deletions(-) diff --git a/components/style/animation.rs b/components/style/animation.rs index 9724d3a9fd3..6831e1dca5a 100644 --- a/components/style/animation.rs +++ b/components/style/animation.rs @@ -1028,6 +1028,10 @@ impl ElementAnimationSet { old_style: &ComputedValues, new_style: &Arc, ) { + if !longhand_id.is_transitionable() { + return; + } + let style = new_style.get_ui(); let timing_function = style.transition_timing_function_mod(index); let duration = style.transition_duration_mod(index); diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index 4327a739001..3b74300f92b 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -981,6 +981,12 @@ impl LonghandIdSet { &DISCRETE_ANIMATABLE } + #[inline] + fn transitionable() -> &'static Self { + ${static_longhand_id_set("TRANSITIONABLE", lambda p: p.transitionable)} + &TRANSITIONABLE + } + #[inline] fn logical() -> &'static Self { ${static_longhand_id_set("LOGICAL", lambda p: p.logical)} @@ -1360,6 +1366,12 @@ impl LonghandId { LonghandIdSet::discrete_animatable().contains(self) } + /// Returns whether this property is transitionable. + #[inline] + pub fn is_transitionable(self) -> bool { + LonghandIdSet::transitionable().contains(self) + } + /// Converts from a LonghandId to an adequate nsCSSPropertyID. #[cfg(feature = "gecko")] #[inline] diff --git a/tests/wpt/meta-legacy-layout/css/CSS2/borders/discrete-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/CSS2/borders/discrete-no-interpolation.html.ini index 44f7872fbdc..5d46aca69e7 100644 --- a/tests/wpt/meta-legacy-layout/css/CSS2/borders/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/CSS2/borders/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -59,15 +41,6 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -89,15 +62,6 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -118,39 +82,3 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/CSS2/floats-clear/clear-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/CSS2/floats-clear/clear-no-interpolation.html.ini index df371dbfb5d..1df3d4785ed 100644 --- a/tests/wpt/meta-legacy-layout/css/CSS2/floats-clear/clear-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/CSS2/floats-clear/clear-no-interpolation.html.ini @@ -1,13 +1,4 @@ [clear-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [both\] at (-0.3) should be [both\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [both\] at (0) should be [both\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [both\] at (0.3) should be [both\]] - expected: FAIL - [Web Animations: property from [initial\] to [both\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [both\] at (1.5) should be [both\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [both\] at (-0.3) should be [both\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [both\] at (0) should be [both\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [both\] at (0.3) should be [both\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/CSS2/floats/float-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/CSS2/floats/float-no-interpolation.html.ini index 251934b7b7d..fa534c422ad 100644 --- a/tests/wpt/meta-legacy-layout/css/CSS2/floats/float-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/CSS2/floats/float-no-interpolation.html.ini @@ -1,13 +1,4 @@ [float-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [right\] at (0.3) should be [right\]] - expected: FAIL - [Web Animations: property from [initial\] to [right\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [right\] at (1.5) should be [right\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [right\] at (0.3) should be [right\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/CSS2/tables/border-collapse-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/CSS2/tables/border-collapse-no-interpolation.html.ini index 84b3b56e553..bf48b7233b6 100644 --- a/tests/wpt/meta-legacy-layout/css/CSS2/tables/border-collapse-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/CSS2/tables/border-collapse-no-interpolation.html.ini @@ -1,13 +1,4 @@ [border-collapse-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [collapse\] at (-0.3) should be [collapse\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [collapse\] at (0) should be [collapse\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [collapse\] at (0.3) should be [collapse\]] - expected: FAIL - [Web Animations: property from [initial\] to [collapse\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [collapse\] at (1.5) should be [collapse\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [collapse\] at (-0.3) should be [collapse\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [collapse\] at (0) should be [collapse\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [collapse\] at (0.3) should be [collapse\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/CSS2/tables/empty-cells-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/CSS2/tables/empty-cells-no-interpolation.html.ini index 0fc480bc65f..eeb9900e02a 100644 --- a/tests/wpt/meta-legacy-layout/css/CSS2/tables/empty-cells-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/CSS2/tables/empty-cells-no-interpolation.html.ini @@ -1,13 +1,4 @@ [empty-cells-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [hide\] at (-0.3) should be [hide\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [hide\] at (0) should be [hide\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [hide\] at (0.3) should be [hide\]] - expected: FAIL - [Web Animations: property from [initial\] to [hide\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [hide\] at (1.5) should be [hide\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [hide\] at (-0.3) should be [hide\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [hide\] at (0) should be [hide\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [hide\] at (0.3) should be [hide\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-align/animation/align-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-align/animation/align-no-interpolation.html.ini index d3a91417f8a..b58ac259841 100644 --- a/tests/wpt/meta-legacy-layout/css/css-align/animation/align-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-align/animation/align-no-interpolation.html.ini @@ -83,15 +83,6 @@ [Web Animations: property from [initial\] to [baseline\] at (1.5) should be [baseline\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [baseline\] at (0) should be [baseline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] - expected: FAIL - [Web Animations: property from [initial\] to [baseline\] at (-0.3) should be [initial\]] expected: FAIL @@ -113,15 +104,6 @@ [Web Animations: property from [initial\] to [baseline\] at (1.5) should be [baseline\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [baseline\] at (0) should be [baseline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] - expected: FAIL - [Web Animations: property from [initial\] to [baseline\] at (-0.3) should be [initial\]] expected: FAIL @@ -151,21 +133,3 @@ [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [baseline\] at (-0.3) should be [baseline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [baseline\] at (0) should be [baseline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [baseline\] at (0.3) should be [baseline\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-animations/display-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-animations/display-interpolation.html.ini index cc21c992bb3..2b79379feae 100644 --- a/tests/wpt/meta-legacy-layout/css/css-animations/display-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-animations/display-interpolation.html.ini @@ -59,15 +59,6 @@ [Web Animations: property from [none\] to [block\] at (1.5) should be [block\]] expected: FAIL - [CSS Transitions with transition: all: property from [inline\] to [block\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inline\] to [block\] at (0) should be [block\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inline\] to [block\] at (0.3) should be [block\]] - expected: FAIL - [CSS Animations: property from [inline\] to [block\] at (-0.3) should be [inline\]] expected: FAIL @@ -152,15 +143,6 @@ [Web Animations: property from [none\] to [none\] at (1.5) should be [none\]] expected: FAIL - [CSS Transitions: property from [inline\] to [block\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Transitions: property from [inline\] to [block\] at (0) should be [block\]] - expected: FAIL - - [CSS Transitions: property from [inline\] to [block\] at (0.3) should be [block\]] - expected: FAIL - [CSS Transitions with transition: all: property from [block\] to [none\] at (-1) should be [block\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/background-image-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/background-image-interpolation.html.ini index 0b703780ded..11e83718993 100644 --- a/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/background-image-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/background-image-interpolation.html.ini @@ -269,3 +269,200 @@ [CSS Animations: property 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 from neutral to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from neutral to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 from neutral to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 from [inherit\] to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 from [none\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [none\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [none\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [none\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [none\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [none\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-legacy-layout/css/css-backgrounds/animations/border-image-source-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/border-image-source-interpolation.html.ini index 49b019fd193..8fce3ff5863 100644 --- a/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/border-image-source-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/border-image-source-interpolation.html.ini @@ -5,18 +5,9 @@ [Web Animations: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/aqua_color.png)\]] expected: FAIL - [CSS Transitions: property from [inherit\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [inherit\] to [url(../support/orange_color.png)\] at (0.5) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property from [inherit\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [none\] to [url(../support/orange_color.png)\] at (0.6) should be [url(../support/orange_color.png)\]] expected: FAIL @@ -26,51 +17,21 @@ [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (1) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions: property 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 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 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 from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [inherit\] to [url(../support/orange_color.png)\] at (-0.3) should be [inherit\]] expected: FAIL - [CSS Transitions with transition: all: property 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 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 from [unset\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (0.6) should be [url(../support/orange_color.png)\]] expected: FAIL [Web Animations: property 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 from [unset\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (1.5) should be [url(../support/orange_color.png)\]] expected: FAIL [Web Animations: property from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.6) should be [linear-gradient(45deg, blue, orange)\]] expected: FAIL - [CSS Transitions with transition: all: property from [inherit\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (1.5) should be [linear-gradient(45deg, blue, orange)\]] expected: FAIL @@ -83,39 +44,18 @@ [Web Animations: property 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 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 from [unset\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - [Web Animations: property from [initial\] to [url(../support/orange_color.png)\] at (0) should be [initial\]] expected: FAIL - [CSS Transitions with transition: all: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [none\] to [url(../support/orange_color.png)\] at (-0.3) should be [none\]] expected: FAIL [Web Animations: property from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (1) should be [linear-gradient(45deg, blue, orange)\]] expected: FAIL - [CSS Transitions: property from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [url(../support/aqua_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/aqua_color.png)\]] expected: FAIL @@ -125,15 +65,9 @@ [Web Animations: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/aqua_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property from [none\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.6) should be [linear-gradient(45deg, blue, orange)\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (1) should be [url(../support/orange_color.png)\]] expected: FAIL @@ -152,78 +86,33 @@ [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (0.5) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [inherit\] to [url(../support/orange_color.png)\] at (0.3) should be [inherit\]] expected: FAIL [Web Animations: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (0.6) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions: property 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 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 from [initial\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [inherit\] to [url(../support/orange_color.png)\] at (0.6) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property from [inherit\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [unset\]] expected: FAIL - [CSS Transitions with transition: all: property 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 from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [none\] to [url(../support/orange_color.png)\] at (0.5) should be [url(../support/orange_color.png)\]] expected: FAIL [Web Animations: property from [inherit\] to [url(../support/orange_color.png)\] at (1.5) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions: property from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - [Web Animations: property from [initial\] to [url(../support/orange_color.png)\] at (0.6) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - [Web Animations: property from [initial\] to [url(../support/orange_color.png)\] at (0.3) should be [initial\]] expected: FAIL [Web Animations: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0) should be [url(../support/aqua_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property 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 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 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 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 from [none\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [initial\] to [url(../support/orange_color.png)\] at (0.5) should be [url(../support/orange_color.png)\]] expected: FAIL @@ -236,36 +125,21 @@ [Web Animations: property from [initial\] to [url(../support/orange_color.png)\] at (-0.3) should be [initial\]] expected: FAIL - [CSS Transitions: property from [inherit\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [url(../support/orange_color.png)\] at (1.5) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions with transition: all: property from [none\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (0.5) should be [linear-gradient(45deg, blue, orange)\]] expected: FAIL [Web Animations: property from [inherit\] to [url(../support/orange_color.png)\] at (1) should be [url(../support/orange_color.png)\]] expected: FAIL - [CSS Transitions: property 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 from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(45deg, blue, orange)\]] - expected: FAIL - [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (-0.3) should be [unset\]] expected: FAIL [Web Animations: property from [url(../support/aqua_color.png)\] to [linear-gradient(45deg, blue, orange)\] at (1) should be [linear-gradient(45deg, blue, orange)\]] expected: FAIL - [CSS Transitions: property from [none\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - [Web Animations: property from [unset\] to [url(../support/orange_color.png)\] at (0) should be [unset\]] expected: FAIL @@ -274,4 +148,3 @@ [Web Animations: property from [linear-gradient(-45deg, red, yellow)\] to [linear-gradient(45deg, blue, orange)\] at (-0.3) should be [linear-gradient(-45deg, red, yellow)\]] expected: FAIL - diff --git a/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/discrete-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/discrete-no-interpolation.html.ini index 8fcf29f7b0c..63b7b0a54f3 100644 --- a/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-backgrounds/animations/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [fixed\] at (-0.3) should be [fixed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [fixed\] at (0) should be [fixed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [fixed\] at (0.3) should be [fixed\]] - expected: FAIL - [Web Animations: property from [initial\] to [fixed\] at (-0.3) should be [initial\]] expected: FAIL @@ -113,15 +104,6 @@ [Web Animations: property from [initial\] to [overlay\] at (1.5) should be [overlay\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [content-box\] at (-0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [content-box\] at (0) should be [content-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [content-box\] at (0.3) should be [content-box\]] - expected: FAIL - [Web Animations: property from [initial\] to [content-box\] at (-0.3) should be [initial\]] expected: FAIL @@ -143,15 +125,6 @@ [Web Animations: property from [initial\] to [content-box\] at (1.5) should be [content-box\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [border-box\] at (-0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [border-box\] at (0) should be [border-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [border-box\] at (0.3) should be [border-box\]] - expected: FAIL - [Web Animations: property from [initial\] to [border-box\] at (-0.3) should be [initial\]] expected: FAIL @@ -173,15 +146,6 @@ [Web Animations: property from [initial\] to [border-box\] at (1.5) should be [border-box\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - [Web Animations: property from [initial\] to [round\] at (-0.3) should be [initial\]] expected: FAIL @@ -203,15 +167,6 @@ [Web Animations: property from [initial\] to [round\] at (1.5) should be [round\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - [Web Animations: property from [initial\] to [round\] at (-0.3) should be [initial\]] expected: FAIL @@ -233,15 +188,6 @@ [Web Animations: property from [initial\] to [round\] at (1.5) should be [round\]] expected: FAIL - [CSS Transitions: property from [initial\] to [fixed\] at (-0.3) should be [fixed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [fixed\] at (0) should be [fixed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [fixed\] at (0.3) should be [fixed\]] - expected: FAIL - [CSS Transitions: property from [initial\] to [overlay\] at (-0.3) should be [overlay\]] expected: FAIL @@ -250,39 +196,3 @@ [CSS Transitions: property from [initial\] to [overlay\] at (0.3) should be [overlay\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [content-box\] at (-0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [content-box\] at (0) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [content-box\] at (0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [border-box\] at (-0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [border-box\] at (0) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [border-box\] at (0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini index 005dd6b8727..47b159d0730 100644 --- a/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-content/content-no-interpolation.html.ini @@ -1,22 +1,4 @@ [content-no-interpolation.html] - [CSS Transitions: property from [initial\] to ["b"\] at (-0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to ["b"\] at (0) should be ["b"\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to ["b"\] at (0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (-0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (0) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (0.3) should be ["b"\]] - expected: FAIL - [Web Animations: property from [initial\] to ["b"\] at (-0.3) should be [initial\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-flexbox/animation/discrete-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-flexbox/animation/discrete-no-interpolation.html.ini index 4c7af0ff17e..fee4cc8fc41 100644 --- a/tests/wpt/meta-legacy-layout/css/css-flexbox/animation/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-flexbox/animation/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [column\] at (-0.3) should be [column\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [column\] at (0) should be [column\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [column\] at (0.3) should be [column\]] - expected: FAIL - [Web Animations: property from [initial\] to [column\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property from [initial\] to [column\] at (1.5) should be [column\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [wrap\] at (-0.3) should be [wrap\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [wrap\] at (0) should be [wrap\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [wrap\] at (0.3) should be [wrap\]] - expected: FAIL - [Web Animations: property from [initial\] to [wrap\] at (-0.3) should be [initial\]] expected: FAIL @@ -58,21 +40,3 @@ [Web Animations: property from [initial\] to [wrap\] at (1.5) should be [wrap\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [column\] at (-0.3) should be [column\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [column\] at (0) should be [column\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [column\] at (0.3) should be [column\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [wrap\] at (-0.3) should be [wrap\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [wrap\] at (0) should be [wrap\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [wrap\] at (0.3) should be [wrap\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-fonts/discrete-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-fonts/discrete-no-interpolation.html.ini index c98fbfd4db7..71e9b18218e 100644 --- a/tests/wpt/meta-legacy-layout/css/css-fonts/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-fonts/discrete-no-interpolation.html.ini @@ -701,15 +701,6 @@ [Web Animations: property from [initial\] to [historical-forms\] at (1.5) should be [historical-forms\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [small-caps\] at (0) should be [small-caps\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] - expected: FAIL - [Web Animations: property from [initial\] to [small-caps\] at (-0.3) should be [initial\]] expected: FAIL @@ -1067,24 +1058,6 @@ [Web Animations: property from [initial\] to [super\] at (1.5) should be [super\]] expected: FAIL - [CSS Transitions: property from [serif\] to [monospace\] at (-0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions: property from [serif\] to [monospace\] at (0) should be [monospace\]] - expected: FAIL - - [CSS Transitions: property from [serif\] to [monospace\] at (0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (-0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (0) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (0.3) should be [monospace\]] - expected: FAIL - [Web Animations: property from [serif\] to [monospace\] at (-0.3) should be [serif\]] expected: FAIL @@ -1178,15 +1151,6 @@ [CSS Transitions: property from [initial\] to [historical-forms\] at (0.3) should be [historical-forms\]] expected: FAIL - [CSS Transitions: property from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [small-caps\] at (0) should be [small-caps\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] - expected: FAIL - [CSS Transitions: property from [initial\] to [full-width\] at (-0.3) should be [full-width\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-images/animation/image-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-images/animation/image-no-interpolation.html.ini index adfd2b99dd6..325dc313506 100644 --- a/tests/wpt/meta-legacy-layout/css/css-images/animation/image-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-images/animation/image-no-interpolation.html.ini @@ -83,15 +83,6 @@ [Web Animations: property from [initial\] to [none\] at (1.5) should be [none\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [pixelated\] at (0) should be [pixelated\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [pixelated\] at (0.3) should be [pixelated\]] - expected: FAIL - [Web Animations: property from [initial\] to [pixelated\] at (-0.3) should be [initial\]] expected: FAIL @@ -121,12 +112,3 @@ [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [pixelated\] at (0) should be [pixelated\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [pixelated\] at (0.3) should be [pixelated\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini index e8ccc72c38f..32bf45c0e7d 100644 --- a/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animations/caption-side-no-interpolation.html.ini @@ -1,22 +1,4 @@ [caption-side-no-interpolation.html] - [CSS Transitions: property from [initial\] to [bottom\] at (-0.3) should be [bottom\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [bottom\] at (0) should be [bottom\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [bottom\] at (0.3) should be [bottom\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [bottom\] at (-0.3) should be [bottom\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [bottom\] at (0) should be [bottom\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [bottom\] at (0.3) should be [bottom\]] - expected: FAIL - [Web Animations: property from [initial\] to [bottom\] at (-0.3) should be [initial\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini index 66665e6ad4c..b20fed00e07 100644 --- a/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-logical/animations/float-interpolation.html.ini @@ -1,22 +1,4 @@ [float-interpolation.html] - [CSS Transitions: property from [left\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions: property from [left\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions: property from [left\] to [right\] at (0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [left\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [left\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [left\] to [right\] at (0.3) should be [right\]] - expected: FAIL - [Web Animations: property from [left\] to [right\] at (-0.3) should be [left\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-position/animations/position-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-position/animations/position-interpolation.html.ini index a639cc8d7fd..214c8fb0a06 100644 --- a/tests/wpt/meta-legacy-layout/css/css-position/animations/position-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-position/animations/position-interpolation.html.ini @@ -1,13 +1,4 @@ [position-interpolation.html] - [CSS Transitions with transition: all: property from [absolute\] to [static\] at (-0.3) should be [static\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [absolute\] to [static\] at (0) should be [static\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [absolute\] to [static\] at (0.3) should be [static\]] - expected: FAIL - [Web Animations: property from [absolute\] to [static\] at (-0.3) should be [absolute\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [absolute\] to [static\] at (1.5) should be [static\]] expected: FAIL - - [CSS Transitions: property from [absolute\] to [static\] at (-0.3) should be [static\]] - expected: FAIL - - [CSS Transitions: property from [absolute\] to [static\] at (0) should be [static\]] - expected: FAIL - - [CSS Transitions: property from [absolute\] to [static\] at (0.3) should be [static\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-text-decor/animations/discrete-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-text-decor/animations/discrete-no-interpolation.html.ini index f9c241fb8ea..71cafa3af65 100644 --- a/tests/wpt/meta-legacy-layout/css/css-text-decor/animations/discrete-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-text-decor/animations/discrete-no-interpolation.html.ini @@ -1,13 +1,4 @@ [discrete-no-interpolation.html] - [CSS Transitions with transition: all: property from [initial\] to [underline\] at (-0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [underline\] at (0) should be [underline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [underline\] at (0.3) should be [underline\]] - expected: FAIL - [Web Animations: property from [initial\] to [underline\] at (-0.3) should be [initial\]] expected: FAIL @@ -38,15 +29,6 @@ [CSS Transitions: property from [initial\] to [dashed\] at (0.3) should be [initial\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dashed\] at (-0.3) should be [dashed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dashed\] at (0) should be [dashed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dashed\] at (0.3) should be [dashed\]] - expected: FAIL - [Web Animations: property from [initial\] to [dashed\] at (-0.3) should be [initial\]] expected: FAIL @@ -404,24 +386,6 @@ [Web Animations: property from [initial\] to [under\] at (1.5) should be [under\]] expected: FAIL - [CSS Transitions: property from [initial\] to [underline\] at (-0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [underline\] at (0) should be [underline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [underline\] at (0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dashed\] at (-0.3) should be [dashed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dashed\] at (0) should be [dashed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dashed\] at (0.3) should be [dashed\]] - expected: FAIL - [CSS Transitions: property from [initial\] to [123px\] at (-0.3) should be [123px\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-text/text-justify/text-justify-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-text/text-justify/text-justify-interpolation.html.ini index a7bbe822316..8422731d337 100644 --- a/tests/wpt/meta-legacy-layout/css/css-text/text-justify/text-justify-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-text/text-justify/text-justify-interpolation.html.ini @@ -1,22 +1,4 @@ [text-justify-interpolation.html] - [CSS Transitions: property from [auto\] to [inter-word\] at (-0.3) should be [inter-word\]] - expected: FAIL - - [CSS Transitions: property from [auto\] to [inter-word\] at (0) should be [inter-word\]] - expected: FAIL - - [CSS Transitions: property from [auto\] to [inter-word\] at (0.3) should be [inter-word\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [auto\] to [inter-word\] at (-0.3) should be [inter-word\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [auto\] to [inter-word\] at (0) should be [inter-word\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [auto\] to [inter-word\] at (0.3) should be [inter-word\]] - expected: FAIL - [Web Animations: property from [auto\] to [inter-word\] at (-0.3) should be [auto\]] expected: FAIL @@ -38,24 +20,6 @@ [Web Animations: property from [auto\] to [inter-word\] at (1.5) should be [inter-word\]] expected: FAIL - [CSS Transitions: property from [auto\] to [inter-character\] at (-0.3) should be [inter-character\]] - expected: FAIL - - [CSS Transitions: property from [auto\] to [inter-character\] at (0) should be [inter-character\]] - expected: FAIL - - [CSS Transitions: property from [auto\] to [inter-character\] at (0.3) should be [inter-character\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [auto\] to [inter-character\] at (-0.3) should be [inter-character\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [auto\] to [inter-character\] at (0) should be [inter-character\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [auto\] to [inter-character\] at (0.3) should be [inter-character\]] - expected: FAIL - [Web Animations: property from [auto\] to [inter-character\] at (-0.3) should be [auto\]] expected: FAIL @@ -98,24 +62,6 @@ [Web Animations: property from [inter-character\] to [distribute\] at (1.5) should be [distribute\]] expected: FAIL - [CSS Transitions: property from [inter-word\] to [distribute\] at (-0.3) should be [distribute\]] - expected: FAIL - - [CSS Transitions: property from [inter-word\] to [distribute\] at (0) should be [distribute\]] - expected: FAIL - - [CSS Transitions: property from [inter-word\] to [distribute\] at (0.3) should be [distribute\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inter-word\] to [distribute\] at (-0.3) should be [distribute\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inter-word\] to [distribute\] at (0) should be [distribute\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inter-word\] to [distribute\] at (0.3) should be [distribute\]] - expected: FAIL - [Web Animations: property from [inter-word\] to [distribute\] at (-0.3) should be [inter-word\]] expected: FAIL @@ -137,24 +83,6 @@ [Web Animations: property from [inter-word\] to [distribute\] at (1.5) should be [distribute\]] expected: FAIL - [CSS Transitions: property from [distribute\] to [none\] at (-0.3) should be [none\]] - expected: FAIL - - [CSS Transitions: property from [distribute\] to [none\] at (0) should be [none\]] - expected: FAIL - - [CSS Transitions: property from [distribute\] to [none\] at (0.3) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [distribute\] to [none\] at (-0.3) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [distribute\] to [none\] at (0) should be [none\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [distribute\] to [none\] at (0.3) should be [none\]] - expected: FAIL - [Web Animations: property from [distribute\] to [none\] at (-0.3) should be [distribute\]] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini index 2827ef4f322..34a03dadb89 100644 --- a/tests/wpt/meta-legacy-layout/css/css-transforms/animation/backface-visibility-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/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 from [initial\] to [hidden\] at (-0.3) should be [hidden\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [hidden\] at (0) should be [hidden\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [hidden\] at (0.3) should be [hidden\]] - expected: FAIL - [Web Animations: property from [initial\] to [hidden\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [hidden\] at (1.5) should be [hidden\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [hidden\] at (-0.3) should be [hidden\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [hidden\] at (0) should be [hidden\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [hidden\] at (0.3) should be [hidden\]] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-ui/animation/cursor-no-interpolation.html.ini b/tests/wpt/meta-legacy-layout/css/css-ui/animation/cursor-no-interpolation.html.ini index 57f9223611c..7d3a1bb6bcc 100644 --- a/tests/wpt/meta-legacy-layout/css/css-ui/animation/cursor-no-interpolation.html.ini +++ b/tests/wpt/meta-legacy-layout/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 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 from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -59,15 +41,6 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -89,15 +62,6 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - [Web Animations: property from [initial\] to [dotted\] at (-0.3) should be [initial\]] expected: FAIL @@ -118,39 +82,3 @@ [Web Animations: property from [initial\] to [dotted\] at (1.5) should be [dotted\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (-0.3) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dotted\] at (0) should be [dotted\]] - expected: FAIL - - [CSS Transitions: property 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 from [initial\] to [both\] at (-0.3) should be [both\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [both\] at (0) should be [both\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [both\] at (0.3) should be [both\]] - expected: FAIL - [Web Animations: property from [initial\] to [both\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [both\] at (1.5) should be [both\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [both\] at (-0.3) should be [both\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [both\] at (0) should be [both\]] - expected: FAIL - - [CSS Transitions: property 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 from [initial\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [right\] at (0.3) should be [right\]] - expected: FAIL - [Web Animations: property from [initial\] to [right\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [right\] at (1.5) should be [right\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions: property 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 from [none\] to [block\] at (1.5) should be [block\]] expected: FAIL - [CSS Transitions with transition: all: property from [inline\] to [block\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inline\] to [block\] at (0) should be [block\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [inline\] to [block\] at (0.3) should be [block\]] - expected: FAIL - [CSS Animations: property from [inline\] to [block\] at (-0.3) should be [inline\]] expected: FAIL @@ -152,15 +143,6 @@ [Web Animations: property from [none\] to [none\] at (1.5) should be [none\]] expected: FAIL - [CSS Transitions: property from [inline\] to [block\] at (-0.3) should be [block\]] - expected: FAIL - - [CSS Transitions: property from [inline\] to [block\] at (0) should be [block\]] - expected: FAIL - - [CSS Transitions: property from [inline\] to [block\] at (0.3) should be [block\]] - expected: FAIL - [CSS Transitions with transition: all: property 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 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 from neutral to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from neutral to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 from neutral to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [initial\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [initial\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [url(../resources/green-100.png)\] at (-0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from [inherit\] to [url(../resources/green-100.png)\] at (0) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 from [inherit\] to [url(../resources/green-100.png)\] at (0.3) should be [url(../resources/blue-100.png)\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [unset\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [unset\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 from [none\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [none\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property from [none\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [none\] to [url(../resources/green-100.png)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [none\] to [url(../resources/green-100.png)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions with transition: all: property from [none\] to [url(../resources/green-100.png)\] at (0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 from [inherit\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 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 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 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 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 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 from [unset\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 from [inherit\] to [url(../support/orange_color.png)\] at (-0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property from [none\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 from [unset\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 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 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 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 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 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 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 from [unset\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property from [inherit\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 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 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 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 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 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 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 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 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 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 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 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 from [none\] to [url(../support/orange_color.png)\] at (0.3) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 from [none\] to [url(../support/orange_color.png)\] at (0) should be [url(../support/orange_color.png)\]] - expected: FAIL - - [CSS Transitions: property 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 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 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 from [initial\] to [fixed\] at (0.3) should be [initial\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [fixed\] at (-0.3) should be [fixed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [fixed\] at (0) should be [fixed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [fixed\] at (0.3) should be [fixed\]] - expected: FAIL - [Web Animations: property from [initial\] to [fixed\] at (-0.3) should be [initial\]] expected: FAIL @@ -122,15 +113,6 @@ [Web Animations: property from [initial\] to [overlay\] at (1.5) should be [overlay\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [content-box\] at (-0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [content-box\] at (0) should be [content-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [content-box\] at (0.3) should be [content-box\]] - expected: FAIL - [Web Animations: property from [initial\] to [content-box\] at (-0.3) should be [initial\]] expected: FAIL @@ -152,15 +134,6 @@ [Web Animations: property from [initial\] to [content-box\] at (1.5) should be [content-box\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [border-box\] at (-0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [border-box\] at (0) should be [border-box\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [border-box\] at (0.3) should be [border-box\]] - expected: FAIL - [Web Animations: property from [initial\] to [border-box\] at (-0.3) should be [initial\]] expected: FAIL @@ -182,15 +155,6 @@ [Web Animations: property from [initial\] to [border-box\] at (1.5) should be [border-box\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - [Web Animations: property from [initial\] to [round\] at (-0.3) should be [initial\]] expected: FAIL @@ -212,15 +176,6 @@ [Web Animations: property from [initial\] to [round\] at (1.5) should be [round\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - [Web Animations: property from [initial\] to [round\] at (-0.3) should be [initial\]] expected: FAIL @@ -242,15 +197,6 @@ [Web Animations: property from [initial\] to [round\] at (1.5) should be [round\]] expected: FAIL - [CSS Transitions: property from [initial\] to [fixed\] at (-0.3) should be [fixed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [fixed\] at (0) should be [fixed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [fixed\] at (0.3) should be [fixed\]] - expected: FAIL - [CSS Transitions: property from [initial\] to [overlay\] at (-0.3) should be [overlay\]] expected: FAIL @@ -259,39 +205,3 @@ [CSS Transitions: property from [initial\] to [overlay\] at (0.3) should be [overlay\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [content-box\] at (-0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [content-box\] at (0) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [content-box\] at (0.3) should be [content-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [border-box\] at (-0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [border-box\] at (0) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [border-box\] at (0.3) should be [border-box\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (-0.3) should be [round\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [round\] at (0) should be [round\]] - expected: FAIL - - [CSS Transitions: property 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 from [initial\] to ["b"\] at (-0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (0) should be ["b"\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to ["b"\] at (0.3) should be ["b"\]] - expected: FAIL - [Web Animations: property from [initial\] to ["b"\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to ["b"\] at (1.5) should be ["b"\]] expected: FAIL - - [CSS Transitions: property from [initial\] to ["b"\] at (-0.3) should be ["b"\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to ["b"\] at (0) should be ["b"\]] - expected: FAIL - - [CSS Transitions: property 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 from [initial\] to [column\] at (-0.3) should be [column\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [column\] at (0) should be [column\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [column\] at (0.3) should be [column\]] - expected: FAIL - [Web Animations: property from [initial\] to [column\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property from [initial\] to [column\] at (1.5) should be [column\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [wrap\] at (-0.3) should be [wrap\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [wrap\] at (0) should be [wrap\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [wrap\] at (0.3) should be [wrap\]] - expected: FAIL - [Web Animations: property from [initial\] to [wrap\] at (-0.3) should be [initial\]] expected: FAIL @@ -58,21 +40,3 @@ [Web Animations: property from [initial\] to [wrap\] at (1.5) should be [wrap\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [column\] at (-0.3) should be [column\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [column\] at (0) should be [column\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [column\] at (0.3) should be [column\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [wrap\] at (-0.3) should be [wrap\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [wrap\] at (0) should be [wrap\]] - expected: FAIL - - [CSS Transitions: property 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 from [initial\] to [historical-forms\] at (1.5) should be [historical-forms\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [small-caps\] at (0) should be [small-caps\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] - expected: FAIL - [Web Animations: property from [initial\] to [small-caps\] at (-0.3) should be [initial\]] expected: FAIL @@ -1067,24 +1058,6 @@ [Web Animations: property from [initial\] to [super\] at (1.5) should be [super\]] expected: FAIL - [CSS Transitions: property from [serif\] to [monospace\] at (-0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions: property from [serif\] to [monospace\] at (0) should be [monospace\]] - expected: FAIL - - [CSS Transitions: property from [serif\] to [monospace\] at (0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (-0.3) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (0) should be [monospace\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [serif\] to [monospace\] at (0.3) should be [monospace\]] - expected: FAIL - [Web Animations: property from [serif\] to [monospace\] at (-0.3) should be [serif\]] expected: FAIL @@ -1178,15 +1151,6 @@ [CSS Transitions: property from [initial\] to [historical-forms\] at (0.3) should be [historical-forms\]] expected: FAIL - [CSS Transitions: property from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [small-caps\] at (0) should be [small-caps\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [small-caps\] at (0.3) should be [small-caps\]] - expected: FAIL - [CSS Transitions: property 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 from [initial\] to [none\] at (1.5) should be [none\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [pixelated\] at (0) should be [pixelated\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [pixelated\] at (0.3) should be [pixelated\]] - expected: FAIL - [Web Animations: property from [initial\] to [pixelated\] at (-0.3) should be [initial\]] expected: FAIL @@ -121,12 +112,3 @@ [CSS Transitions: property from [initial\] to [none\] at (0.3) should be [none\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [pixelated\] at (-0.3) should be [pixelated\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [pixelated\] at (0) should be [pixelated\]] - expected: FAIL - - [CSS Transitions: property 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 from [left\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [left\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [left\] to [right\] at (0.3) should be [right\]] - expected: FAIL - [Web Animations: property from [left\] to [right\] at (-0.3) should be [left\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [left\] to [right\] at (1.5) should be [right\]] expected: FAIL - - [CSS Transitions: property from [left\] to [right\] at (-0.3) should be [right\]] - expected: FAIL - - [CSS Transitions: property from [left\] to [right\] at (0) should be [right\]] - expected: FAIL - - [CSS Transitions: property 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 from [absolute\] to [static\] at (-0.3) should be [static\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [absolute\] to [static\] at (0) should be [static\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [absolute\] to [static\] at (0.3) should be [static\]] - expected: FAIL - [Web Animations: property from [absolute\] to [static\] at (-0.3) should be [absolute\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [absolute\] to [static\] at (1.5) should be [static\]] expected: FAIL - - [CSS Transitions: property from [absolute\] to [static\] at (-0.3) should be [static\]] - expected: FAIL - - [CSS Transitions: property from [absolute\] to [static\] at (0) should be [static\]] - expected: FAIL - - [CSS Transitions: property 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 from [initial\] to [underline\] at (-0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [underline\] at (0) should be [underline\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [underline\] at (0.3) should be [underline\]] - expected: FAIL - [Web Animations: property from [initial\] to [underline\] at (-0.3) should be [initial\]] expected: FAIL @@ -29,15 +20,6 @@ [Web Animations: property from [initial\] to [underline\] at (1.5) should be [underline\]] expected: FAIL - [CSS Transitions with transition: all: property from [initial\] to [dashed\] at (-0.3) should be [dashed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dashed\] at (0) should be [dashed\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [dashed\] at (0.3) should be [dashed\]] - expected: FAIL - [Web Animations: property from [initial\] to [dashed\] at (-0.3) should be [initial\]] expected: FAIL @@ -395,24 +377,6 @@ [Web Animations: property from [initial\] to [under\] at (1.5) should be [under\]] expected: FAIL - [CSS Transitions: property from [initial\] to [underline\] at (-0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [underline\] at (0) should be [underline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [underline\] at (0.3) should be [underline\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dashed\] at (-0.3) should be [dashed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dashed\] at (0) should be [dashed\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [dashed\] at (0.3) should be [dashed\]] - expected: FAIL - [CSS Transitions: property 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 from [initial\] to [hidden\] at (-0.3) should be [hidden\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [hidden\] at (0) should be [hidden\]] - expected: FAIL - - [CSS Transitions with transition: all: property from [initial\] to [hidden\] at (0.3) should be [hidden\]] - expected: FAIL - [Web Animations: property from [initial\] to [hidden\] at (-0.3) should be [initial\]] expected: FAIL @@ -28,12 +19,3 @@ [Web Animations: property from [initial\] to [hidden\] at (1.5) should be [hidden\]] expected: FAIL - - [CSS Transitions: property from [initial\] to [hidden\] at (-0.3) should be [hidden\]] - expected: FAIL - - [CSS Transitions: property from [initial\] to [hidden\] at (0) should be [hidden\]] - expected: FAIL - - [CSS Transitions: property 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 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