aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2025-01-30 12:36:55 -0800
committerGitHub <noreply@github.com>2025-01-30 20:36:55 +0000
commit006ec58598cd461aa4cf12023dc5b5b9a35c29a8 (patch)
treeaf4fe15e6bdb8aa77f0adb7a7145c2af65ae1fa2
parent1aae7a441fa59b2b631c76fa557b89c810386ac8 (diff)
downloadservo-006ec58598cd461aa4cf12023dc5b5b9a35c29a8.tar.gz
servo-006ec58598cd461aa4cf12023dc5b5b9a35c29a8.zip
Let animations&transitions fall back to discrete interpolation (#34981)
Bumps Stylo to https://github.com/servo/stylo/pull/109 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
-rw-r--r--Cargo.lock24
-rw-r--r--tests/wpt/meta/css/CSS2/linebox/animations/line-height-interpolation.html.ini351
-rw-r--r--tests/wpt/meta/css/CSS2/visufx/animation/visibility-interpolation.html.ini39
-rw-r--r--tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini117
-rw-r--r--tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini117
-rw-r--r--tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini3
-rw-r--r--tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini3
-rw-r--r--tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini3
-rw-r--r--tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini3
-rw-r--r--tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini3
-rw-r--r--tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini3
-rw-r--r--tests/wpt/meta/css/css-backgrounds/animations/background-size-interpolation.html.ini165
-rw-r--r--tests/wpt/meta/css/css-backgrounds/animations/border-image-slice-interpolation.html.ini195
-rw-r--r--tests/wpt/meta/css/css-backgrounds/animations/border-image-width-interpolation.html.ini264
-rw-r--r--tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini39
-rw-r--r--tests/wpt/meta/css/css-flexbox/animation/flex-basis-interpolation.html.ini78
-rw-r--r--tests/wpt/meta/css/css-grid/animation/grid-template-columns-interpolation.html.ini369
-rw-r--r--tests/wpt/meta/css/css-grid/animation/grid-template-rows-interpolation.html.ini369
-rw-r--r--tests/wpt/meta/css/css-position/animations/bottom-interpolation.html.ini78
-rw-r--r--tests/wpt/meta/css/css-position/animations/left-interpolation.html.ini78
-rw-r--r--tests/wpt/meta/css/css-position/animations/right-interpolation.html.ini78
-rw-r--r--tests/wpt/meta/css/css-position/animations/top-interpolation.html.ini78
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini156
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/height-interpolation.html.ini288
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/max-height-interpolation.html.ini273
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/max-width-interpolation.html.ini273
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/min-height-interpolation.html.ini273
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/min-width-interpolation.html.ini273
-rw-r--r--tests/wpt/meta/css/css-sizing/animation/width-interpolation.html.ini276
-rw-r--r--tests/wpt/meta/css/css-transforms/animation/perspective-interpolation.html.ini117
-rw-r--r--tests/wpt/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini117
-rw-r--r--tests/wpt/meta/css/css-transitions/animations/z-index-interpolation.html.ini117
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-height-interpolation.html.ini126
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-logical-properties-interpolation.html.ini63
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-height-interpolation.html.ini231
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-width-interpolation.html.ini231
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-height-interpolation.html.ini140
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-width-interpolation.html.ini140
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-which-value.html.ini6
-rw-r--r--tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-width-interpolation.html.ini101
-rw-r--r--tests/wpt/meta/css/filter-effects/animation/filter-interpolation-002.html.ini39
41 files changed, 291 insertions, 5406 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e84cd6ffaee..f87aee9d845 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1659,7 +1659,7 @@ dependencies = [
[[package]]
name = "dom"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"bitflags 2.8.0",
"malloc_size_of",
@@ -4424,7 +4424,7 @@ dependencies = [
[[package]]
name = "malloc_size_of"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"app_units",
"cssparser",
@@ -6437,7 +6437,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.26.0"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"bitflags 2.8.0",
"cssparser",
@@ -6722,7 +6722,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.4.0"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"serde",
"stable_deref_trait",
@@ -6731,7 +6731,7 @@ dependencies = [
[[package]]
name = "servo_atoms"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"string_cache",
"string_cache_codegen",
@@ -7100,7 +7100,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_prefs"
version = "0.1.0"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
[[package]]
name = "strck"
@@ -7181,7 +7181,7 @@ dependencies = [
[[package]]
name = "style"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"app_units",
"arrayvec",
@@ -7239,7 +7239,7 @@ dependencies = [
[[package]]
name = "style_config"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"lazy_static",
]
@@ -7247,7 +7247,7 @@ dependencies = [
[[package]]
name = "style_derive"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"darling",
"proc-macro2",
@@ -7277,7 +7277,7 @@ dependencies = [
[[package]]
name = "style_traits"
version = "0.0.1"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"app_units",
"bitflags 2.8.0",
@@ -7672,7 +7672,7 @@ dependencies = [
[[package]]
name = "to_shmem"
version = "0.1.0"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"cssparser",
"servo_arc",
@@ -7685,7 +7685,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.1.0"
-source = "git+https://github.com/servo/stylo?branch=2025-01-02#e5643425c05e27fe4aeeec1b8e5e95d6c4550d0f"
+source = "git+https://github.com/servo/stylo?branch=2025-01-02#b2aff706472aa08db61ad1cae0e3dd54306f6fdf"
dependencies = [
"darling",
"proc-macro2",
diff --git a/tests/wpt/meta/css/CSS2/linebox/animations/line-height-interpolation.html.ini b/tests/wpt/meta/css/CSS2/linebox/animations/line-height-interpolation.html.ini
index d4c32872408..7d12899961b 100644
--- a/tests/wpt/meta/css/CSS2/linebox/animations/line-height-interpolation.html.ini
+++ b/tests/wpt/meta/css/CSS2/linebox/animations/line-height-interpolation.html.ini
@@ -332,195 +332,6 @@
[Web Animations: property <line-height> from [normal\] to [14px\] at (0.5) should be [14px\]]
expected: FAIL
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (0.5) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (1.5) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (0.6) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (1.5) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (0) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (0.5) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (1.5) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (-0.3) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (-0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (-0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (0.5) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (0.6) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (1) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (0) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (0.6) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (1.5) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (0.5) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (0.6) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (1) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (1.5) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (1.5) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (1.5) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (0.5) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (0.3) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (0.5) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (1) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (1) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (1) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (0) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14px\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [normal\] at (1.5) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (0.6) should be [14px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (0.6) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (0.5) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [4\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [normal\] at (0.5) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14q\] to [normal\] at (0.6) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [4\] to [14q\] at (1) should be [14q\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (0.6) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [14px\] to [4\] at (1) should be [4\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <line-height> from [normal\] to [14px\] at (1) should be [14px\]]
- expected: FAIL
-
[CSS Transitions: property <line-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -601,165 +412,3 @@
[CSS Transitions: property <line-height> from [14q\] to [normal\] at (0.3) should be [14q\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [14px\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [14px\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [14px\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [14px\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [14px\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [14px\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14px\] to [normal\] at (-0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14px\] to [normal\] at (0) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14px\] to [normal\] at (0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14px\] to [normal\] at (-0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14px\] to [normal\] at (0) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14px\] to [normal\] at (0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [normal\] to [4\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [normal\] to [4\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [normal\] to [4\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [normal\] to [4\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [normal\] to [4\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [normal\] to [4\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [normal\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [normal\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [normal\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [normal\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [normal\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [normal\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [normal\] to [14px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [normal\] to [14px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [normal\] to [14px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [normal\] to [14px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [normal\] to [14px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [normal\] to [14px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14px\] to [4\] at (-0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14px\] to [4\] at (0) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14px\] to [4\] at (0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14px\] to [4\] at (-0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14px\] to [4\] at (0) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14px\] to [4\] at (0.3) should be [14px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [14q\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [14q\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [4\] to [14q\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [14q\] at (-0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [14q\] at (0) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [4\] to [14q\] at (0.3) should be [4\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14q\] to [normal\] at (-0.3) should be [14q\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14q\] to [normal\] at (0) should be [14q\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <line-height> from [14q\] to [normal\] at (0.3) should be [14q\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14q\] to [normal\] at (-0.3) should be [14q\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14q\] to [normal\] at (0) should be [14q\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <line-height> from [14q\] to [normal\] at (0.3) should be [14q\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/CSS2/visufx/animation/visibility-interpolation.html.ini b/tests/wpt/meta/css/CSS2/visufx/animation/visibility-interpolation.html.ini
index ae685b01d50..13b897171c5 100644
--- a/tests/wpt/meta/css/CSS2/visufx/animation/visibility-interpolation.html.ini
+++ b/tests/wpt/meta/css/CSS2/visufx/animation/visibility-interpolation.html.ini
@@ -1,10 +1,4 @@
[visibility-interpolation.html]
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (1) should be [hidden\]]
- expected: FAIL
-
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (-0.3) should be [collapse\]]
- expected: FAIL
-
[Web Animations: property <visibility> from [visible\] to [hidden\] at (0) should be [visible\]]
expected: FAIL
@@ -14,15 +8,9 @@
[Web Animations: property <visibility> from [visible\] to [hidden\] at (1.5) should be [hidden\]]
expected: FAIL
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (1.5) should be [hidden\]]
- expected: FAIL
-
[Web Animations: property <visibility> from [visible\] to [visible\] at (0) should be [visible\]]
expected: FAIL
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (0.3) should be [collapse\]]
- expected: FAIL
-
[Web Animations: property <visibility> from [collapse\] to [visible\] at (1) should be [visible\]]
expected: FAIL
@@ -38,18 +26,12 @@
[Web Animations: property <visibility> from [collapse\] to [hidden\] at (0.5) should be [hidden\]]
expected: FAIL
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (0.5) should be [hidden\]]
- expected: FAIL
-
[Web Animations: property <visibility> from [collapse\] to [visible\] at (0.1) should be [visible\]]
expected: FAIL
[Web Animations: property <visibility> from [collapse\] to [hidden\] at (1.5) should be [hidden\]]
expected: FAIL
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (0.6) should be [hidden\]]
- expected: FAIL
-
[Web Animations: property <visibility> from [collapse\] to [visible\] at (-1) should be [collapse\]]
expected: FAIL
@@ -86,9 +68,6 @@
[Web Animations: property <visibility> from [visible\] to [visible\] at (-1) should be [visible\]]
expected: FAIL
- [CSS Animations: property <visibility> from [collapse\] to [hidden\] at (0) should be [collapse\]]
- expected: FAIL
-
[Web Animations: property <visibility> from [collapse\] to [hidden\] at (0.6) should be [hidden\]]
expected: FAIL
@@ -118,21 +97,3 @@
[CSS Transitions: property <visibility> from [collapse\] to [hidden\] at (0.3) should be [collapse\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <visibility> from [collapse\] to [hidden\] at (-0.3) should be [collapse\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <visibility> from [collapse\] to [hidden\] at (0) should be [collapse\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <visibility> from [collapse\] to [hidden\] at (0.3) should be [collapse\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <visibility> from [collapse\] to [hidden\] at (-0.3) should be [collapse\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <visibility> from [collapse\] to [hidden\] at (0) should be [collapse\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <visibility> from [collapse\] to [hidden\] at (0.3) should be [collapse\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini b/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini
index 24418642867..ec31d529fc4 100644
--- a/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-align/animation/column-gap-interpolation.html.ini
@@ -17,27 +17,6 @@
[Web Animations: property <column-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -77,27 +56,6 @@
[Web Animations: property <column-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -119,27 +77,6 @@
[Web Animations: property <column-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <column-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
expected: FAIL
@@ -178,57 +115,3 @@
[Web Animations: property <column-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [normal\] to [20px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <column-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [normal\] to [20px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <column-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini b/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini
index 19c4430ffcd..478764cd85c 100644
--- a/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-align/animation/row-gap-interpolation.html.ini
@@ -17,27 +17,6 @@
[Web Animations: property <row-gap> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -77,27 +56,6 @@
[Web Animations: property <row-gap> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -119,27 +77,6 @@
[Web Animations: property <row-gap> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <row-gap> from [normal\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
expected: FAIL
@@ -178,57 +115,3 @@
[Web Animations: property <row-gap> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [normal\] to [20px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <row-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [normal\] to [20px\] at (-0.3) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [normal\] to [20px\] at (0) should be [normal\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <row-gap> from [normal\] to [20px\] at (0.3) should be [normal\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini
deleted file mode 100644
index 7189a5823b0..00000000000
--- a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-002.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[column-gap-animation-002.html]
- [column-gap: normal is not interpolable]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini b/tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini
deleted file mode 100644
index 848ff58d3c4..00000000000
--- a/tests/wpt/meta/css/css-align/gaps/column-gap-animation-003.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[column-gap-animation-003.html]
- [Default column-gap is not interpolable]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini
deleted file mode 100644
index 6731a6c119d..00000000000
--- a/tests/wpt/meta/css/css-align/gaps/gap-animation-002.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[gap-animation-002.html]
- [gap: normal is not interpolable]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini b/tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini
deleted file mode 100644
index 344ac33f5f7..00000000000
--- a/tests/wpt/meta/css/css-align/gaps/gap-animation-003.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[gap-animation-003.html]
- [Default gap is not interpolable]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini
deleted file mode 100644
index 25e2e2d5d6b..00000000000
--- a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-002.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[row-gap-animation-002.html]
- [row-gap: normal is not interpolable]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini b/tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini
deleted file mode 100644
index 8e86c69f549..00000000000
--- a/tests/wpt/meta/css/css-align/gaps/row-gap-animation-003.html.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[row-gap-animation-003.html]
- [Default row-gap is not interpolable]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-backgrounds/animations/background-size-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/background-size-interpolation.html.ini
index a6add05f19e..241a8891a74 100644
--- a/tests/wpt/meta/css/css-backgrounds/animations/background-size-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-backgrounds/animations/background-size-interpolation.html.ini
@@ -254,24 +254,12 @@
[CSS Animations: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0) should be [100px 100px, 100px 100px, 100px 100px, 100px 100px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.5) should be [auto 40px, 40px 40px\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [0px 0px, 80px 0px\] to [40px 40px, 80px 80px, 0px 80px\] at (0.5) should be [20px 20px, 80px 40px, 0px 40px, 60px 20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <background-size> from [0px\] to [80px\] at (1.25) should be [100px, 100px, 100px, 100px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0.5) should be [40px 40px, 40px 40px, cover, contain\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [0px\] to [80px\] at (0) should be [ 0px, 0px, 0px, 0px\]]
expected: FAIL
@@ -308,15 +296,9 @@
[CSS Transitions with transition: all: property <background-size> from [0px 0px, 80px 0px\] to [40px 40px, 80px 80px, 0px 80px\] at (-0.25) should be [ 0px 0px, 80px 0px, 0px 0px, 90px 0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0.6) should be [40px 40px, 40px 40px, cover, contain\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from neutral to [20px 20px, 0px 0px\] at (1.25) should be [22.5px 22.5px, 0.0px 0.0px, 22.5px 22.5px, 0.0px 0.0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0.5) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
[CSS Animations: property <background-size> from [0px 0px\] to [80px 80px\] at (0.5) should be [ 40px 40px, 40px 40px, 40px 40px, 40px 40px\]]
expected: FAIL
@@ -338,18 +320,9 @@
[CSS Animations: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (-0.25) should be [120px 120px, 125px 125px, 120px 120px, 125px 125px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0.6) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0.3) should be [unset\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px\] at (-0.25) should be [ 7.5px 7.5px, 12.5px 12.5px, 7.5px 7.5px, 12.5px 12.5px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (0) should be [ 0px auto, 0px 0px, contain, cover\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (1.25) should be [50px auto, 50px 50px, contain, cover\]]
expected: FAIL
@@ -359,9 +332,6 @@
[CSS Transitions: property <background-size> from [0px\] to [80px\] at (-0.25) should be [ 0px, 0px, 0px, 0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (1.5) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from neutral to [20px 20px, 0px 0px\] at (0.75) should be [17.5px 17.5px, 2.5px 2.5px, 17.5px 17.5px, 2.5px 2.5px\]]
expected: FAIL
@@ -392,9 +362,6 @@
[CSS Transitions: property <background-size> from [0px 0px\] to [80px 80px\] at (0.75) should be [ 60px 60px, 60px 60px, 60px 60px, 60px 60px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0.5) should be [ 60px 60px, 50px 50px, 60px 60px, 50px 50px\]]
expected: FAIL
@@ -419,18 +386,9 @@
[CSS Animations: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0.75) should be [ 40px 40px, 25px 25px, 40px 40px, 25px 25px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (-0.3) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0) should be [100px 100px, 100px 100px, 100px 100px, 100px 100px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (1.5) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.6) should be [auto 40px, 40px 40px\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [0px 0px\] to [80px 80px\] at (0.75) should be [ 60px 60px, 60px 60px, 60px 60px, 60px 60px\]]
expected: FAIL
@@ -440,12 +398,6 @@
[CSS Transitions with transition: all: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (1.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (1) should be [auto 40px, 40px 40px\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (1) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
[CSS Animations: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (1.25) should be [50px auto, 50px 50px, contain, cover\]]
expected: FAIL
@@ -482,24 +434,15 @@
[CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px\] at (1.25) should be [22.5px 22.5px, 0.0px 0.0px, 22.5px 22.5px, 0.0px 0.0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.3) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
[CSS Animations: property <background-size> from neutral to [20px 20px, 0px 0px\] at (1.25) should be [22.5px 22.5px, 0.0px 0.0px, 22.5px 22.5px, 0.0px 0.0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (-0.3) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [0px\] to [80px\] at (0.25) should be [ 20px, 20px, 20px, 20px\]]
expected: FAIL
[CSS Transitions: property <background-size> from [0px 0px\] to [80px 80px\] at (1.25) should be [100px 100px, 100px 100px, 100px 100px, 100px 100px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (-0.25) should be [ 0px auto, 0px 0px, contain, cover\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [0px\] to [80px\] at (0.75) should be [ 60px, 60px, 60px, 60px\]]
expected: FAIL
@@ -515,9 +458,6 @@
[CSS Transitions with transition: all: property <background-size> from [0px 0px\] to [80px 80px\] at (0.25) should be [ 20px 20px, 20px 20px, 20px 20px, 20px 20px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0.6) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (0.5) should be [20px auto, 20px 20px, contain, cover\]]
expected: FAIL
@@ -536,18 +476,9 @@
[CSS Transitions: property <background-size> from [0px 0px, 80px 0px\] to [40px 40px, 80px 80px, 0px 80px\] at (1.25) should be [50px 50px, 80px 100px, 0px 100px, 30px 50px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (1) should be [40px auto, 40px 40px, contain, cover\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (-0.25) should be [ 0px auto, 0px 0px, contain, cover\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0.3) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0) should be [unset\]]
- expected: FAIL
-
[CSS Animations: property <background-size> from [0px 0px\] to [80px 80px\] at (0.25) should be [ 20px 20px, 20px 20px, 20px 20px, 20px 20px\]]
expected: FAIL
@@ -566,15 +497,9 @@
[CSS Animations: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (0.5) should be [ 60px 60px, 50px 50px, 60px 60px, 50px 50px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (1.5) should be [40px 40px, 40px 40px, cover, contain\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [inherit\] to [20px 20px, 0px 0px\] at (-0.25) should be [120px 120px, 125px 125px, 120px 120px, 125px 125px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <background-size> from [0px\] to [80px\] at (-0.25) should be [ 0px, 0px, 0px, 0px\]]
expected: FAIL
@@ -596,9 +521,6 @@
[CSS Transitions with transition: all: property <background-size> from [0px 0px, 80px 0px\] to [40px 40px, 80px 80px, 0px 80px\] at (0.25) should be [10px 10px, 80px 20px, 0px 20px, 70px 10px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (1.5) should be [auto 40px, 40px 40px\]]
- expected: FAIL
-
[CSS Animations: property <background-size> from [0px\] to [80px\] at (0.75) should be [ 60px, 60px, 60px, 60px\]]
expected: FAIL
@@ -614,12 +536,6 @@
[CSS Animations: property <background-size> from neutral to [20px 20px, 0px 0px\] at (0.5) should be [15.0px 15.0px, 5.0px 5.0px, 15.0px 15.0px, 5.0px 5.0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (1) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0.5) should be [20px 20px, 0px 0px\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [0px\] to [80px\] at (0.25) should be [ 20px, 20px, 20px, 20px\]]
expected: FAIL
@@ -629,9 +545,6 @@
[CSS Transitions: property <background-size> from [0px 0px\] to [80px 80px\] at (0) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px\]]
expected: FAIL
- [CSS Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (1) should be [40px 40px, 40px 40px, cover, contain\]]
- expected: FAIL
-
[CSS Transitions: property <background-size> from [0px 0px\] to [80px 80px\] at (1) should be [ 80px 80px, 80px 80px, 80px 80px, 80px 80px\]]
expected: FAIL
@@ -668,12 +581,6 @@
[CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover\] to [40px auto, 40px 40px, contain, cover\] at (0.5) should be [20px auto, 20px 20px, contain, cover\]]
expected: FAIL
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0) should be [initial\]]
- expected: FAIL
-
[CSS Animations: property <background-size> from [0px 0px\] to [80px 80px\] at (1.25) should be [100px 100px, 100px 100px, 100px 100px, 100px 100px\]]
expected: FAIL
@@ -721,75 +628,3 @@
[CSS Transitions: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.3) should be [0px auto, 0px 0px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial\] to [20px 20px, 0px 0px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset\] to [20px 20px, 0px 0px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (-0.3) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0.3) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (-0.3) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover\] to [40px 40px, 40px 40px, cover, contain\] at (0.3) should be [0px 0px, 0px 0px, contain, cover\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (-0.3) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.3) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (-0.3) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0) should be [0px auto, 0px 0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px\] to [auto 40px, 40px 40px\] at (0.3) should be [0px auto, 0px 0px\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-backgrounds/animations/border-image-slice-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/border-image-slice-interpolation.html.ini
index 3a2758a5402..7f77a302084 100644
--- a/tests/wpt/meta/css/css-backgrounds/animations/border-image-slice-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-backgrounds/animations/border-image-slice-interpolation.html.ini
@@ -272,111 +272,6 @@
[Web Animations: property <border-image-slice> from [0%\] to [50%\] at (-0.3) should be [0%\]]
expected: FAIL
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (1.5) should be [100\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (1) should be [50%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.5) should be [40 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (0.6) should be [100 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (0.3) should be [50%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (0.5) should be [100\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0.6) should be [40% 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (1.5) should be [40 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (-0.3) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (1.5) should be [50%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (0.3) should be [0% fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (1.5) should be [100 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (-0.3) should be [0% fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (1.5) should be [40% 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (0.6) should be [100\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (1) should be [40% 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.3) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (-0.3) should be [50% fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (1) should be [40 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (0.3) should be [50% fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (1) should be [100\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (0) should be [50% fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (1) should be [100 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (-0.3) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.6) should be [40 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (0) should be [0% fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0.5) should be [40% 50 60% 70\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0.3) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50% fill\] to [100 fill\] at (0.5) should be [100 fill\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (0.5) should be [50%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (-0.3) should be [50%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [50%\] to [100\] at (0) should be [50%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-slice> from [0% fill\] to [50%\] at (0.6) should be [50%\]]
- expected: FAIL
-
[CSS Transitions: property <border-image-slice> from [0% fill\] to [50%\] at (-0.3) should be [0% fill\]]
expected: FAIL
@@ -421,93 +316,3 @@
[CSS Transitions: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.3) should be [0% 10 20 30 fill\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% fill\] to [50%\] at (-0.3) should be [0% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% fill\] to [50%\] at (0) should be [0% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% fill\] to [50%\] at (0.3) should be [0% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% fill\] to [50%\] at (-0.3) should be [0% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% fill\] to [50%\] at (0) should be [0% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% fill\] to [50%\] at (0.3) should be [0% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [50%\] to [100\] at (-0.3) should be [50%\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [50%\] to [100\] at (0) should be [50%\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [50%\] to [100\] at (0.3) should be [50%\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [50%\] to [100\] at (-0.3) should be [50%\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [50%\] to [100\] at (0) should be [50%\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [50%\] to [100\] at (0.3) should be [50%\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [50% fill\] to [100 fill\] at (-0.3) should be [50% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [50% fill\] to [100 fill\] at (0) should be [50% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [50% fill\] to [100 fill\] at (0.3) should be [50% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [50% fill\] to [100 fill\] at (-0.3) should be [50% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [50% fill\] to [100 fill\] at (0) should be [50% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [50% fill\] to [100 fill\] at (0.3) should be [50% fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (-0.3) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0.3) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (-0.3) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% 10 20% 30 fill\] to [40% 50 60% 70\] at (0.3) should be [0% 10 20% 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (-0.3) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.3) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (-0.3) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0) should be [0% 10 20 30 fill\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-slice> from [0% 10 20 30 fill\] to [40 50 60% 70\] at (0.3) should be [0% 10 20 30 fill\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-backgrounds/animations/border-image-width-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/border-image-width-interpolation.html.ini
index 06cc0e6351c..e25699a5fe9 100644
--- a/tests/wpt/meta/css/css-backgrounds/animations/border-image-width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-backgrounds/animations/border-image-width-interpolation.html.ini
@@ -344,144 +344,6 @@
[Web Animations: property <border-image-width> from [10px\] to [20\] at (0.3) should be [10px\]]
expected: FAIL
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (1.5) should be [110px auto 120 auto\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (1) should be [20%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px\] to [20\] at (0.6) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0.5) should be [110px auto 120 auto\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (0.5) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px\] to [20\] at (1.5) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (1.5) should be [20%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (1.5) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (-0.3) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (0.3) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (-0.3) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0.3) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (-0.3) should be [10%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (1) should be [110px auto 120 auto\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (0.5) should be [20%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px\] to [20\] at (1) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (0) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (1) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0.6) should be [110px auto 120 auto\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (0.6) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (-0.3) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (0) should be [10%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (0.3) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20%\] at (0.6) should be [20%\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10px\] to [20\] at (0.5) should be [20\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10\] to [20px\] at (0) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <border-image-width> from [10%\] to [20\] at (0.3) should be [10%\]]
- expected: FAIL
-
[CSS Transitions: property <border-image-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -544,129 +406,3 @@
[CSS Transitions: property <border-image-width> from [10\] to [20%\] at (0.3) should be [10\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (-0.3) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0.3) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (-0.3) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10px auto auto 20\] to [110px auto 120 auto\] at (0.3) should be [10px auto auto 20\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10px\] to [20\] at (-0.3) should be [10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10px\] to [20\] at (0) should be [10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10px\] to [20\] at (0.3) should be [10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10px\] to [20\] at (-0.3) should be [10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10px\] to [20\] at (0) should be [10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10px\] to [20\] at (0.3) should be [10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10\] to [20px\] at (-0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10\] to [20px\] at (0) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10\] to [20px\] at (0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10\] to [20px\] at (-0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10\] to [20px\] at (0) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10\] to [20px\] at (0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10%\] to [20\] at (-0.3) should be [10%\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10%\] to [20\] at (0) should be [10%\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10%\] to [20\] at (0.3) should be [10%\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10%\] to [20\] at (-0.3) should be [10%\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10%\] to [20\] at (0) should be [10%\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10%\] to [20\] at (0.3) should be [10%\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10\] to [20%\] at (-0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10\] to [20%\] at (0) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <border-image-width> from [10\] to [20%\] at (0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10\] to [20%\] at (-0.3) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10\] to [20%\] at (0) should be [10\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <border-image-width> from [10\] to [20%\] at (0.3) should be [10\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini b/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini
index 36354af9b21..a9c00b6e1de 100644
--- a/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-backgrounds/animations/box-shadow-interpolation.html.ini
@@ -65,9 +65,6 @@
[Web Animations: property <box-shadow> from [unset\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]]
expected: FAIL
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1) should be [inset 5px 10px green, 15px 20px blue\]]
- expected: FAIL
-
[Web Animations: property <box-shadow> from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0.6) should be [rgb(0, 77, 0) -3px -2px 17px 0px\]]
expected: FAIL
@@ -80,9 +77,6 @@
[Web Animations: property <box-shadow> from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px\] at (0) should be [rgb(0, 0, 0) 15px 10px 5px 6px\]]
expected: FAIL
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.6) should be [inset 5px 10px green, 15px 20px blue\]]
- expected: FAIL
-
[Web Animations: property <box-shadow> from [initial\] to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 30px 30px 30px 30px\]]
expected: FAIL
@@ -104,9 +98,6 @@
[Web Animations: property <box-shadow> from [inherit\] to [20px 20px 20px 20px black\] at (1) should be [rgb(0, 0, 0) 20px 20px 20px 20px\]]
expected: FAIL
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
[Web Animations: property <box-shadow> from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.6) should be [rgb(0, 77, 0) 10px 10px 10px 10px\]]
expected: FAIL
@@ -170,12 +161,6 @@
[Web Animations: property <box-shadow> from neutral to [20px 20px 20px 20px black\] at (1.5) should be [rgb(0, 0, 0) 25px 15px 25px 15px\]]
expected: FAIL
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.5) should be [inset 5px 10px green, 15px 20px blue\]]
- expected: FAIL
-
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
[Web Animations: property <box-shadow> from [unset\] to [20px 20px 20px 20px black\] at (0.3) should be [rgba(0, 0, 0, 0.3) 6px 6px 6px 6px\]]
expected: FAIL
@@ -212,12 +197,6 @@
[Web Animations: property <box-shadow> from [10px 10px 10px 10px black\] to [10px 10px 10px 10px currentColor\] at (0.3) should be [rgb(0, 38, 0) 10px 10px 10px 10px\]]
expected: FAIL
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (1.5) should be [inset 5px 10px green, 15px 20px blue\]]
- expected: FAIL
-
- [CSS Animations: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
[Web Animations: property <box-shadow> from [15px 10px 5px 6px black\] to [-15px -10px 25px -4px orange\] at (0.6) should be [rgb(153, 99, 0) -3px -2px 17px 0px\]]
expected: FAIL
@@ -482,24 +461,6 @@
[Web Animations: property <box-shadow> from [10px 10px 10px 10px color(srgb 0, 0, 0)\] to [10px 10px 10px 10px color(srgb 1 1 1)\] at (1.5) should be [10px 10px 10px 10px oklab(1 0 0)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (-0.3) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <box-shadow> from [10px 20px yellow, 5px 10px green\] to [inset 5px 10px green, 15px 20px blue\] at (0.3) should be [10px 20px yellow, 5px 10px green\]]
- expected: FAIL
-
[CSS Transitions: property <box-shadow> from [10px 10px 10px 10px color(srgb 0 0 0)\] to [10px 10px 10px 10px rgb(255 255 255)\] at (-0.3) should be [10px 10px 10px 10px oklab(0 0 0)\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-flexbox/animation/flex-basis-interpolation.html.ini b/tests/wpt/meta/css/css-flexbox/animation/flex-basis-interpolation.html.ini
index d5c57ace0a6..74f5bc904cd 100644
--- a/tests/wpt/meta/css/css-flexbox/animation/flex-basis-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-flexbox/animation/flex-basis-interpolation.html.ini
@@ -2,9 +2,6 @@
[Web Animations: property <flex-basis> from [inherit\] to [2%\] at (1.5) should be [1.5%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (0.6) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from neutral to [2%\] at (0) should be [1%\]]
expected: FAIL
@@ -20,12 +17,6 @@
[Web Animations: property <flex-basis> from [inherit\] to [2%\] at (1) should be [2%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (0.5) should be [2%\]]
- expected: FAIL
-
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (1.5) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [initial\] to [2%\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -35,18 +26,12 @@
[Web Animations: property <flex-basis> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (0.5) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from neutral to [2%\] at (0.3) should be [1.3%\]]
expected: FAIL
[Web Animations: property <flex-basis> from [initial\] to [2%\] at (0.6) should be [2%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (1.5) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [initial\] to [2%\] at (0.3) should be [initial\]]
expected: FAIL
@@ -62,9 +47,6 @@
[Web Animations: property <flex-basis> from [initial\] to [2%\] at (0.5) should be [2%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (0) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [0px\] to [100px\] at (1) should be [100px\]]
expected: FAIL
@@ -80,15 +62,9 @@
[Web Animations: property <flex-basis> from [unset\] to [2%\] at (0.5) should be [2%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (0) should be [unset\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [0%\] to [100%\] at (0.4) should be [40%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (-0.3) should be [unset\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [0%\] to [100%\] at (1) should be [100%\]]
expected: FAIL
@@ -101,24 +77,15 @@
[Web Animations: property <flex-basis> from [0px\] to [100px\] at (0) should be [0px\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (1) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [0%\] to [100%\] at (0.6) should be [60%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (0.3) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
[Web Animations: property <flex-basis> from [initial\] to [2%\] at (1.5) should be [2%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (1) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [unset\] to [2%\] at (0) should be [unset\]]
expected: FAIL
@@ -140,15 +107,6 @@
[Web Animations: property <flex-basis> from neutral to [2%\] at (-0.3) should be [0.7%\]]
expected: FAIL
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <flex-basis> from [unset\] to [2%\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <flex-basis> from [initial\] to [2%\] at (0.6) should be [2%\]]
- expected: FAIL
-
[Web Animations: property <flex-basis> from [0px\] to [100px\] at (0.4) should be [40px\]]
expected: FAIL
@@ -172,39 +130,3 @@
[CSS Transitions: property <flex-basis> from [unset\] to [2%\] at (0.3) should be [unset\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <flex-basis> from [initial\] to [2%\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <flex-basis> from [initial\] to [2%\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <flex-basis> from [initial\] to [2%\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <flex-basis> from [initial\] to [2%\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <flex-basis> from [initial\] to [2%\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <flex-basis> from [initial\] to [2%\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <flex-basis> from [unset\] to [2%\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <flex-basis> from [unset\] to [2%\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <flex-basis> from [unset\] to [2%\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <flex-basis> from [unset\] to [2%\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <flex-basis> from [unset\] to [2%\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <flex-basis> from [unset\] to [2%\] at (0.3) should be [unset\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-grid/animation/grid-template-columns-interpolation.html.ini b/tests/wpt/meta/css/css-grid/animation/grid-template-columns-interpolation.html.ini
index d182941bdbe..0941f6000d6 100644
--- a/tests/wpt/meta/css/css-grid/animation/grid-template-columns-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-grid/animation/grid-template-columns-interpolation.html.ini
@@ -1,43 +1,4 @@
[grid-template-columns-interpolation.html]
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.5) should be [2fr 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.6) should be [2fr 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (1) should be [2fr 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (1.5) should be [2fr 2fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
expected: FAIL
@@ -59,45 +20,6 @@
[Web Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [2fr 2fr\] at (1.5) should be [2fr 2fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0.5) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (0.6) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (1) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (1.5) should be [20px 30px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
expected: FAIL
@@ -119,33 +41,6 @@
[Web Animations: property <grid-template-columns> from [10px 20px 30px\] to [20px 30px\] at (1.5) should be [20px 30px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
expected: FAIL
@@ -167,36 +62,6 @@
[Web Animations: property <grid-template-columns> from [1fr 1fr 1fr\] to [none\] at (1.5) should be [none\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [none\] to [20px 30px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [none\] to [20px 30px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [none\] to [20px 30px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [none\] to [20px 30px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [none\] to [20px 30px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [none\] to [20px 30px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [none\] to [20px 30px\] at (0.5) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [none\] to [20px 30px\] at (0.6) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [none\] to [20px 30px\] at (1) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [none\] to [20px 30px\] at (1.5) should be [20px 30px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [none\] to [20px 30px\] at (-0.3) should be [none\]]
expected: FAIL
@@ -398,45 +263,6 @@
[Web Animations: property <grid-template-columns> from [inherit\] to [20px 30px 40px\] at (2) should be [30px 40px 50px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
expected: FAIL
@@ -458,45 +284,6 @@
[Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (1) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
expected: FAIL
@@ -518,45 +305,6 @@
[Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.5) should be [repeat(4, 40px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.6) should be [repeat(4, 40px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (1) should be [repeat(4, 40px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (1.5) should be [repeat(4, 40px)\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
expected: FAIL
@@ -596,45 +344,6 @@
[Web Animations: property <grid-template-columns> from [1fr repeat(2, 2fr auto 30px) 1fr\] to [2fr repeat(2, 3fr 30px 40px) 2fr\] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
expected: FAIL
@@ -656,45 +365,6 @@
[Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
expected: FAIL
@@ -716,45 +386,6 @@
[Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-columns> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-grid/animation/grid-template-rows-interpolation.html.ini b/tests/wpt/meta/css/css-grid/animation/grid-template-rows-interpolation.html.ini
index c046ec9f12f..338b9c6b6ac 100644
--- a/tests/wpt/meta/css/css-grid/animation/grid-template-rows-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-grid/animation/grid-template-rows-interpolation.html.ini
@@ -1,43 +1,4 @@
[grid-template-rows-interpolation.html]
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.5) should be [2fr 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (0.6) should be [2fr 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (1) should be [2fr 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (1.5) should be [2fr 2fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (-0.3) should be [1fr 1fr 1fr\]]
expected: FAIL
@@ -59,45 +20,6 @@
[Web Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [2fr 2fr\] at (1.5) should be [2fr 2fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0.3) should be [10px 20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0.5) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (0.6) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (1) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (1.5) should be [20px 30px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (-0.3) should be [10px 20px 30px\]]
expected: FAIL
@@ -119,33 +41,6 @@
[Web Animations: property <grid-template-rows> from [10px 20px 30px\] to [20px 30px\] at (1.5) should be [20px 30px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (0) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (0.3) should be [1fr 1fr 1fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (-0.3) should be [1fr 1fr 1fr\]]
expected: FAIL
@@ -167,36 +62,6 @@
[Web Animations: property <grid-template-rows> from [1fr 1fr 1fr\] to [none\] at (1.5) should be [none\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [none\] to [20px 30px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [none\] to [20px 30px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [none\] to [20px 30px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [none\] to [20px 30px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [none\] to [20px 30px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [none\] to [20px 30px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [none\] to [20px 30px\] at (0.5) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [none\] to [20px 30px\] at (0.6) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [none\] to [20px 30px\] at (1) should be [20px 30px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [none\] to [20px 30px\] at (1.5) should be [20px 30px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [none\] to [20px 30px\] at (-0.3) should be [none\]]
expected: FAIL
@@ -398,45 +263,6 @@
[Web Animations: property <grid-template-rows> from [inherit\] to [20px 30px 40px\] at (2) should be [30px 40px 50px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (0.6) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (1) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
expected: FAIL
@@ -458,45 +284,6 @@
[Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(2, 3fr 40px 50px) 2fr\] at (1.5) should be [2fr repeat(2, 3fr 40px 50px) 2fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.5) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (0.6) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (1) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (-0.3) should be [1fr repeat(2, 2fr 30px) 1fr\]]
expected: FAIL
@@ -518,45 +305,6 @@
[Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr 30px) 1fr\] to [2fr repeat(3, 3fr 40px) 2fr\] at (1.5) should be [2fr repeat(3, 3fr 40px) 2fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.3) should be [repeat(2, 2fr 30px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.5) should be [repeat(4, 40px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (0.6) should be [repeat(4, 40px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (1) should be [repeat(4, 40px)\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (1.5) should be [repeat(4, 40px)\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [repeat(2, 2fr 30px)\] to [repeat(4, 40px)\] at (-0.3) should be [repeat(2, 2fr 30px)\]]
expected: FAIL
@@ -596,45 +344,6 @@
[Web Animations: property <grid-template-rows> from [1fr repeat(2, 2fr auto 30px) 1fr\] to [2fr repeat(2, 3fr 30px 40px) 2fr\] at (2) should be [3fr repeat(2, 4fr 30px 50px) 3fr\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (0.6) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (1) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
expected: FAIL
@@ -656,45 +365,6 @@
[Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px 20px repeat(auto-fill, minmax(30px, 1fr))\] at (1.5) should be [20px 20px repeat(auto-fill, minmax(30px, 1fr))\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (0.6) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (1) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
expected: FAIL
@@ -716,45 +386,6 @@
[Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\] at (1.5) should be [20px repeat(auto-fit, minmax(30px, 1fr)) 20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (0.6) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (1) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
- [CSS Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (1.5) should be [20px repeat(auto-fill, minmax(35px, auto)) 20px\]]
- expected: FAIL
-
[Web Animations: property <grid-template-rows> from [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\] to [20px repeat(auto-fill, minmax(35px, auto)) 20px\] at (-0.3) should be [10px repeat(auto-fill, minmax(25px, 1fr)) 10px\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-position/animations/bottom-interpolation.html.ini b/tests/wpt/meta/css/css-position/animations/bottom-interpolation.html.ini
index 6da8eb4766c..db1c08e159c 100644
--- a/tests/wpt/meta/css/css-position/animations/bottom-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-position/animations/bottom-interpolation.html.ini
@@ -23,27 +23,6 @@
[CSS Transitions: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -89,27 +68,6 @@
[CSS Transitions: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <bottom> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -145,39 +103,3 @@
[Web Animations: property <bottom> from [-10px\] to [10px\] at (1.5) should be [20px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <bottom> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <bottom> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <bottom> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <bottom> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-position/animations/left-interpolation.html.ini b/tests/wpt/meta/css/css-position/animations/left-interpolation.html.ini
index c77a8d0c3da..17041fb7a32 100644
--- a/tests/wpt/meta/css/css-position/animations/left-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-position/animations/left-interpolation.html.ini
@@ -23,27 +23,6 @@
[CSS Transitions: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -89,27 +68,6 @@
[CSS Transitions: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
- [CSS Animations: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <left> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -145,39 +103,3 @@
[Web Animations: property <left> from [-10px\] to [10px\] at (1.5) should be [20px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <left> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <left> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <left> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <left> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-position/animations/right-interpolation.html.ini b/tests/wpt/meta/css/css-position/animations/right-interpolation.html.ini
index 8df505cdebf..76ae24009b9 100644
--- a/tests/wpt/meta/css/css-position/animations/right-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-position/animations/right-interpolation.html.ini
@@ -23,27 +23,6 @@
[CSS Transitions: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -89,27 +68,6 @@
[CSS Transitions: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
- [CSS Animations: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <right> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -145,39 +103,3 @@
[Web Animations: property <right> from [-10px\] to [10px\] at (1.5) should be [20px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <right> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <right> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <right> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <right> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-position/animations/top-interpolation.html.ini b/tests/wpt/meta/css/css-position/animations/top-interpolation.html.ini
index 09f4262a2bc..700894bba25 100644
--- a/tests/wpt/meta/css/css-position/animations/top-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-position/animations/top-interpolation.html.ini
@@ -23,27 +23,6 @@
[CSS Transitions: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -89,27 +68,6 @@
[CSS Transitions: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
expected: FAIL
- [CSS Animations: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <top> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -145,39 +103,3 @@
[Web Animations: property <top> from [-10px\] to [10px\] at (1.5) should be [20px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <top> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <top> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <top> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <top> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini
index 7274e88e29c..a06ffe97885 100644
--- a/tests/wpt/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini
@@ -44,45 +44,6 @@
[Web Animations: property <aspect-ratio> from [auto 1 / 2\] to [auto 2 / 1\] at (1.5) should be [auto 4 / 1\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [auto\] to [2 / 1\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [auto\] to [2 / 1\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [auto\] to [2 / 1\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [auto\] to [2 / 1\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.5) should be [2 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.6) should be [2 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (1) should be [2 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (1.5) should be [2 / 1\]]
- expected: FAIL
-
[Web Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -104,45 +65,6 @@
[Web Animations: property <aspect-ratio> from [auto\] to [2 / 1\] at (1.5) should be [2 / 1\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (-0.3) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.3) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (-0.3) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.3) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (-0.3) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.3) should be [auto 1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.5) should be [2 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.6) should be [2 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (1) should be [2 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (1.5) should be [2 / 1\]]
- expected: FAIL
-
[Web Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (-0.3) should be [auto 1 / 1\]]
expected: FAIL
@@ -164,45 +86,6 @@
[Web Animations: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (1.5) should be [2 / 1\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (-0.3) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.3) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (-0.3) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.3) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (-0.3) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.3) should be [1 / 0\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.5) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.6) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (1) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (1.5) should be [1 / 1\]]
- expected: FAIL
-
[Web Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (-0.3) should be [1 / 0\]]
expected: FAIL
@@ -224,45 +107,6 @@
[Web Animations: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (1.5) should be [1 / 1\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (-0.3) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.3) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (-0.3) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.3) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (-0.3) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.3) should be [1 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.5) should be [0 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.6) should be [0 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (1) should be [0 / 1\]]
- expected: FAIL
-
- [CSS Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (1.5) should be [0 / 1\]]
- expected: FAIL
-
[Web Animations: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (-0.3) should be [1 / 1\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/height-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/height-interpolation.html.ini
index 1797743c462..d5369624cf0 100644
--- a/tests/wpt/meta/css/css-sizing/animation/height-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/height-interpolation.html.ini
@@ -17,45 +17,6 @@
[Web Animations: property <height> from neutral to [20px\] at (1.5) should be [25px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -95,45 +56,6 @@
[Web Animations: property <height> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -173,45 +95,6 @@
[Web Animations: property <height> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -233,27 +116,6 @@
[Web Animations: property <height> from [auto\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -275,45 +137,6 @@
[Web Animations: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
expected: FAIL
@@ -335,27 +158,6 @@
[Web Animations: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -377,27 +179,6 @@
[Web Animations: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
- expected: FAIL
-
[Web Animations: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -419,33 +200,6 @@
[Web Animations: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to neutral at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to neutral at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to neutral at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to neutral at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to neutral at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to neutral at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to neutral at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to neutral at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to neutral at (0.3) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <height> from [max-content\] to neutral at (-0.3) should be [max-content\]]
expected: FAIL
@@ -455,18 +209,6 @@
[Web Animations: property <height> from [max-content\] to neutral at (0.3) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
@@ -479,36 +221,6 @@
[Web Animations: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [100px\] at (0.5) should be [100px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [100px\] at (0.6) should be [100px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [100px\] at (1) should be [100px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from neutral to [100px\] at (1.5) should be [100px\]]
- expected: FAIL
-
[Web Animations: property <height> from neutral to [100px\] at (0.5) should be [100px\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/max-height-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/max-height-interpolation.html.ini
index 58832208dcc..36797291883 100644
--- a/tests/wpt/meta/css/css-sizing/animation/max-height-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/max-height-interpolation.html.ini
@@ -17,45 +17,6 @@
[Web Animations: property <max-height> from neutral to [20px\] at (1.5) should be [25px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -95,45 +56,6 @@
[Web Animations: property <max-height> from [inherit\] to [20px\] at (1.5) should be [15px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -173,45 +95,6 @@
[Web Animations: property <max-height> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
expected: FAIL
@@ -233,45 +116,6 @@
[Web Animations: property <max-height> from [none\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
expected: FAIL
@@ -293,45 +137,6 @@
[Web Animations: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
expected: FAIL
@@ -353,45 +158,6 @@
[Web Animations: property <max-height> from [stretch\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0) should be [20px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.3) should be [20px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0) should be [20px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.3) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (0) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (0.3) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
expected: FAIL
@@ -413,33 +179,6 @@
[Web Animations: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [min-content\] to neutral at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [min-content\] to neutral at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [min-content\] to neutral at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [min-content\] to neutral at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [min-content\] to neutral at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [min-content\] to neutral at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [min-content\] to neutral at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [min-content\] to neutral at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [min-content\] to neutral at (0.3) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [min-content\] to neutral at (-0.3) should be [min-content\]]
expected: FAIL
@@ -449,18 +188,6 @@
[Web Animations: property <max-height> from [min-content\] to neutral at (0.3) should be [min-content\]]
expected: FAIL
- [CSS Animations: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/max-width-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/max-width-interpolation.html.ini
index 2ae4eda83cc..61c84b67f36 100644
--- a/tests/wpt/meta/css/css-sizing/animation/max-width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/max-width-interpolation.html.ini
@@ -17,45 +17,6 @@
[Web Animations: property <max-width> from neutral to [20px\] at (1.5) should be [25px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -95,45 +56,6 @@
[Web Animations: property <max-width> from [inherit\] to [20px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -173,45 +95,6 @@
[Web Animations: property <max-width> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
expected: FAIL
@@ -233,45 +116,6 @@
[Web Animations: property <max-width> from [none\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
expected: FAIL
@@ -293,45 +137,6 @@
[Web Animations: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
expected: FAIL
@@ -353,45 +158,6 @@
[Web Animations: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -413,33 +179,6 @@
[Web Animations: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [min-content\] to neutral at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [min-content\] to neutral at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [min-content\] to neutral at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [min-content\] to neutral at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [min-content\] to neutral at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [min-content\] to neutral at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [min-content\] to neutral at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [min-content\] to neutral at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [min-content\] to neutral at (0.3) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [min-content\] to neutral at (-0.3) should be [min-content\]]
expected: FAIL
@@ -449,18 +188,6 @@
[Web Animations: property <max-width> from [min-content\] to neutral at (0.3) should be [min-content\]]
expected: FAIL
- [CSS Animations: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/min-height-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/min-height-interpolation.html.ini
index 7258b235c2b..62504327fcf 100644
--- a/tests/wpt/meta/css/css-sizing/animation/min-height-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/min-height-interpolation.html.ini
@@ -17,45 +17,6 @@
[Web Animations: property <min-height> from neutral to [20px\] at (1.5) should be [25px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -95,45 +56,6 @@
[Web Animations: property <min-height> from [inherit\] to [20px\] at (1.5) should be [15px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -173,45 +95,6 @@
[Web Animations: property <min-height> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [auto\] to [20px\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -233,45 +116,6 @@
[Web Animations: property <min-height> from [auto\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [auto\] to [0px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [auto\] to [0px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [auto\] to [0px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [auto\] to [0px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [auto\] to [0px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [auto\] to [0px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (0.5) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (0.6) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (1) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [auto\] to [0px\] at (1.5) should be [0px\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [auto\] to [0px\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -293,45 +137,6 @@
[Web Animations: property <min-height> from [auto\] to [0px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
@@ -353,45 +158,6 @@
[Web Animations: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -413,33 +179,6 @@
[Web Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to neutral at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to neutral at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to neutral at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
expected: FAIL
@@ -449,18 +188,6 @@
[Web Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/min-width-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/min-width-interpolation.html.ini
index e4bceb7f4ba..225c559fac5 100644
--- a/tests/wpt/meta/css/css-sizing/animation/min-width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/min-width-interpolation.html.ini
@@ -17,45 +17,6 @@
[Web Animations: property <min-width> from neutral to [20px\] at (1.5) should be [25px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -95,45 +56,6 @@
[Web Animations: property <min-width> from [inherit\] to [20px\] at (1.5) should be [15px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -173,45 +95,6 @@
[Web Animations: property <min-width> from [0px\] to [100px\] at (1.5) should be [150px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [auto\] to [20px\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -233,45 +116,6 @@
[Web Animations: property <min-width> from [auto\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0) should be [0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0) should be [0px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.5) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.6) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (1) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [0px\] to [stretch\] at (1.5) should be [stretch\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [0px\]]
expected: FAIL
@@ -293,45 +137,6 @@
[Web Animations: property <min-width> from [0px\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
expected: FAIL
@@ -353,45 +158,6 @@
[Web Animations: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -413,33 +179,6 @@
[Web Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [fit-content\] to neutral at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [fit-content\] to neutral at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [fit-content\] to neutral at (0) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [fit-content\]]
expected: FAIL
@@ -449,18 +188,6 @@
[Web Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-sizing/animation/width-interpolation.html.ini b/tests/wpt/meta/css/css-sizing/animation/width-interpolation.html.ini
index b6cbefa5118..ca35c5dc4af 100644
--- a/tests/wpt/meta/css/css-sizing/animation/width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-sizing/animation/width-interpolation.html.ini
@@ -17,45 +17,6 @@
[Web Animations: property <width> from neutral to [40px\] at (1.5) should be [55px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [initial\] to [40px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [initial\] to [40px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [initial\] to [40px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [initial\] to [40px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [initial\] to [40px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [initial\] to [40px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (0.5) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (0.6) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (1) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [initial\] to [40px\] at (1.5) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <width> from [initial\] to [40px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -95,45 +56,6 @@
[Web Animations: property <width> from [inherit\] to [40px\] at (1.5) should be [10px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [unset\] to [40px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [unset\] to [40px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [unset\] to [40px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [unset\] to [40px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [unset\] to [40px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [unset\] to [40px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (0.5) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (0.6) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (1) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [unset\] to [40px\] at (1.5) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <width> from [unset\] to [40px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -209,45 +131,6 @@
[Web Animations: property <width> from [1em\] to [10vw\] at (1.5) should be [145.60px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [40px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [40px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [40px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [40px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [40px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [40px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (0.5) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (0.6) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (1) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [40px\] at (1.5) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <width> from [auto\] to [40px\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -269,27 +152,6 @@
[Web Animations: property <width> from [auto\] to [40px\] at (1.5) should be [40px\]]
expected: FAIL
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -311,27 +173,6 @@
[Web Animations: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
- expected: FAIL
-
[Web Animations: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL
@@ -353,45 +194,6 @@
[Web Animations: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (0) should be [30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.3) should be [30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (0) should be [30px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.3) should be [30px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (0) should be [30px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (0.3) should be [30px\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
expected: FAIL
@@ -413,27 +215,6 @@
[Web Animations: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -455,33 +236,6 @@
[Web Animations: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to neutral at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to neutral at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to neutral at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to neutral at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to neutral at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to neutral at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to neutral at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to neutral at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to neutral at (0.3) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <width> from [max-content\] to neutral at (-0.3) should be [max-content\]]
expected: FAIL
@@ -491,18 +245,6 @@
[Web Animations: property <width> from [max-content\] to neutral at (0.3) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
@@ -514,21 +256,3 @@
[Web Animations: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-transforms/animation/perspective-interpolation.html.ini b/tests/wpt/meta/css/css-transforms/animation/perspective-interpolation.html.ini
index d6dd7cf58f1..cac31d7729c 100644
--- a/tests/wpt/meta/css/css-transforms/animation/perspective-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-transforms/animation/perspective-interpolation.html.ini
@@ -134,12 +134,6 @@
[Web Animations: property <perspective> from [inherit\] to [20px\] at (0.3) should be [27px\]]
expected: FAIL
- [CSS Animations: property <perspective> from [50px\] to [none\] at (1) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [50px\] to [none\] at (0.3) should be [50px\]]
- expected: FAIL
-
[CSS Transitions: property <perspective> from [50px\] to [100px\] at (-20) should be [none\]]
expected: FAIL
@@ -152,87 +146,30 @@
[CSS Animations: property <perspective> from neutral to [20px\] at (-20) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
[CSS Animations: property <perspective> from [50px\] to [100px\] at (-1) should be [none\]]
expected: FAIL
[CSS Transitions: property <perspective> from [50px\] to [100px\] at (-1) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [50px\] to [none\] at (0) should be [50px\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <perspective> from [50px\] to [100px\] at (-20) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <perspective> from neutral to [20px\] at (-1) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [50px\] to [none\] at (0.5) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [50px\] to [none\] at (-0.3) should be [50px\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [50px\] to [none\] at (0.6) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
[CSS Animations: property <perspective> from [50px\] to [100px\] at (-20) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
[CSS Animations: property <perspective> from neutral to [20px\] at (-1) should be [none\]]
expected: FAIL
[CSS Transitions: property <perspective> from neutral to [20px\] at (-20) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [50px\] to [none\] at (1.5) should be [none\]]
- expected: FAIL
-
[CSS Transitions: property <perspective> from neutral to [20px\] at (-1) should be [none\]]
expected: FAIL
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <perspective> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <perspective> from neutral to [20px\] at (-20) should be [0px\]]
expected: FAIL
@@ -295,57 +232,3 @@
[CSS Transitions: property <perspective> from [50px\] to [none\] at (0.3) should be [50px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [50px\] to [none\] at (-0.3) should be [50px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [50px\] to [none\] at (0) should be [50px\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <perspective> from [50px\] to [none\] at (0.3) should be [50px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [50px\] to [none\] at (-0.3) should be [50px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [50px\] to [none\] at (0) should be [50px\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <perspective> from [50px\] to [none\] at (0.3) should be [50px\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini b/tests/wpt/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini
index 855bcba2eae..5de3bb06317 100644
--- a/tests/wpt/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-transitions/animations/vertical-align-interpolation.html.ini
@@ -2,18 +2,9 @@
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (1) should be [40%\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from neutral to [40px\] at (-0.5) should be [-5px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0.5) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (0.6) should be [60px\]]
expected: FAIL
@@ -32,12 +23,6 @@
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (1) should be [40px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (0.6) should be [40%\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (0.6) should be [64px\]]
expected: FAIL
@@ -47,30 +32,12 @@
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0.5) should be [40px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (1.5) should be [40%\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (-0.5) should be [calc(60px - 20%)\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0.6) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0.5) should be [40px\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (1.5) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from neutral to [40px\] at (0.3) should be [19px\]]
expected: FAIL
@@ -86,18 +53,12 @@
[Web Animations: property <vertical-align> from [inherit\] to [40px\] at (0) should be [100px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [super\] to [40%\] at (1.5) should be [40%\]]
expected: FAIL
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (0.3) should be [30px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
@@ -125,9 +86,6 @@
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (1) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (1) should be [40px\]]
expected: FAIL
@@ -137,18 +95,9 @@
[Web Animations: property <vertical-align> from neutral to [40px\] at (1) should be [40px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (1.5) should be [40px\]]
- expected: FAIL
-
[CSS Transitions with transition: all: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [40px\] to [40%\] at (0.3) should be [calc(28px + 12%)\]]
expected: FAIL
@@ -164,9 +113,6 @@
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [initial\] to [40px\] at (0.6) should be [40px\]]
expected: FAIL
@@ -182,18 +128,9 @@
[CSS Transitions: property <vertical-align> from [40px\] to [40%\] at (1) should be [calc(0px + 40%)\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [super\] to [40%\] at (0.5) should be [40%\]]
- expected: FAIL
-
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (0.6) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [unset\] to [40px\] at (1) should be [40px\]]
expected: FAIL
- [CSS Animations: property <vertical-align> from [unset\] to [40px\] at (1) should be [40px\]]
- expected: FAIL
-
[Web Animations: property <vertical-align> from [0px\] to [100px\] at (-0.5) should be [-50px\]]
expected: FAIL
@@ -232,57 +169,3 @@
[CSS Transitions: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [initial\] to [40px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [initial\] to [40px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [initial\] to [40px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [unset\] to [40px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [unset\] to [40px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [unset\] to [40px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [super\] to [40%\] at (-0.3) should be [super\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [super\] to [40%\] at (0) should be [super\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <vertical-align> from [super\] to [40%\] at (0.3) should be [super\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-transitions/animations/z-index-interpolation.html.ini b/tests/wpt/meta/css/css-transitions/animations/z-index-interpolation.html.ini
index 3821ea57b40..2738962818e 100644
--- a/tests/wpt/meta/css/css-transitions/animations/z-index-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-transitions/animations/z-index-interpolation.html.ini
@@ -8,15 +8,6 @@
[Web Animations: property <z-index> from [auto\] to [10\] at (1.5) should be [10\]]
expected: FAIL
- [CSS Animations: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [initial\] to [5\] at (1) should be [5\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [initial\] to [5\] at (1.5) should be [5\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -26,27 +17,15 @@
[Web Animations: property <z-index> from neutral to [5\] at (1.5) should be [9\]]
expected: FAIL
- [CSS Animations: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [2\] to [4\] at (-0.3) should be [1\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (0.6) should be [5\]]
expected: FAIL
- [CSS Animations: property <z-index> from [auto\] to [10\] at (0.5) should be [10\]]
- expected: FAIL
-
[Web Animations: property <z-index> from neutral to [5\] at (1) should be [5\]]
expected: FAIL
- [CSS Animations: property <z-index> from [unset\] to [5\] at (0.5) should be [5\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [unset\] to [5\] at (1.5) should be [5\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [initial\] to [5\] at (0.5) should be [5\]]
expected: FAIL
@@ -77,9 +56,6 @@
[Web Animations: property <z-index> from [initial\] to [5\] at (1.5) should be [5\]]
expected: FAIL
- [CSS Animations: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
expected: FAIL
@@ -95,9 +71,6 @@
[Web Animations: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
expected: FAIL
- [CSS Animations: property <z-index> from [auto\] to [10\] at (1) should be [10\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [2\] to [4\] at (1) should be [4\]]
expected: FAIL
@@ -113,18 +86,9 @@
[Web Animations: property <z-index> from neutral to [5\] at (0.3) should be [0\]]
expected: FAIL
- [CSS Animations: property <z-index> from [auto\] to [10\] at (1.5) should be [10\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [unset\] to [5\] at (0.6) should be [5\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [-5\] to [5\] at (0.6) should be [1\]]
expected: FAIL
- [CSS Animations: property <z-index> from [unset\] to [5\] at (1) should be [5\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [unset\] to [5\] at (0.5) should be [5\]]
expected: FAIL
@@ -134,9 +98,6 @@
[Web Animations: property <z-index> from [-5\] to [5\] at (0.3) should be [-2\]]
expected: FAIL
- [CSS Animations: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [unset\] to [5\] at (1) should be [5\]]
expected: FAIL
@@ -152,12 +113,6 @@
[Web Animations: property <z-index> from [-5\] to [5\] at (-0.3) should be [-8\]]
expected: FAIL
- [CSS Animations: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [-2\] to [-4\] at (0.1) should be [-2\]]
expected: FAIL
@@ -182,15 +137,9 @@
[Web Animations: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
expected: FAIL
- [CSS Animations: property <z-index> from [initial\] to [5\] at (0.6) should be [5\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [auto\] to [10\] at (0.5) should be [10\]]
expected: FAIL
- [CSS Animations: property <z-index> from [initial\] to [5\] at (0.5) should be [5\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
expected: FAIL
@@ -200,24 +149,12 @@
[Web Animations: property <z-index> from [inherit\] to [5\] at (1) should be [5\]]
expected: FAIL
- [CSS Animations: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
- expected: FAIL
-
[Web Animations: property <z-index> from [auto\] to [10\] at (1) should be [10\]]
expected: FAIL
[Web Animations: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
expected: FAIL
- [CSS Animations: property <z-index> from [auto\] to [10\] at (0.6) should be [10\]]
- expected: FAIL
-
[CSS Transitions: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -244,57 +181,3 @@
[CSS Transitions: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [initial\] to [5\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [initial\] to [5\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [initial\] to [5\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [unset\] to [5\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [unset\] to [5\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [unset\] to [5\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [auto\] to [10\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [auto\] to [10\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <z-index> from [auto\] to [10\] at (0.3) should be [auto\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-height-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-height-interpolation.html.ini
index 9eb86d75c9f..1b59aac3d00 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-height-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-height-interpolation.html.ini
@@ -32,18 +32,12 @@
[CSS Animations: property <height> from [initial\] to [90px\] at (-0.3) should be [38px\]]
expected: FAIL
- [CSS Animations: property <height> from [initial\] to [90px\] at (0) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [initial\] to [90px\] at (0.3) should be [62px\]]
expected: FAIL
[CSS Animations: property <height> from [initial\] to [90px\] at (0.6) should be [74px\]]
expected: FAIL
- [CSS Animations: property <height> from [initial\] to [90px\] at (1) should be [90px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [initial\] to [90px\] at (1.5) should be [110px\]]
expected: FAIL
@@ -98,18 +92,12 @@
[CSS Animations: property <height> from [unset\] to [10px\] at (-0.3) should be [62px\]]
expected: FAIL
- [CSS Animations: property <height> from [unset\] to [10px\] at (0) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [unset\] to [10px\] at (0.3) should be [38px\]]
expected: FAIL
[CSS Animations: property <height> from [unset\] to [10px\] at (0.6) should be [26px\]]
expected: FAIL
- [CSS Animations: property <height> from [unset\] to [10px\] at (1) should be [10px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [unset\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
@@ -161,21 +149,12 @@
[CSS Transitions with transition: all: property <height> from [0px\] to [auto\] at (1.5) should be [75px\]]
expected: FAIL
- [CSS Animations: property <height> from [0px\] to [auto\] at (-0.3) should be [0px\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [0px\] to [auto\] at (0) should be [0px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [0px\] to [auto\] at (0.3) should be [15px\]]
expected: FAIL
[CSS Animations: property <height> from [0px\] to [auto\] at (0.6) should be [30px\]]
expected: FAIL
- [CSS Animations: property <height> from [0px\] to [auto\] at (1) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [0px\] to [auto\] at (1.5) should be [75px\]]
expected: FAIL
@@ -230,18 +209,12 @@
[CSS Animations: property <height> from [auto\] to [10px\] at (-0.3) should be [62px\]]
expected: FAIL
- [CSS Animations: property <height> from [auto\] to [10px\] at (0) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [auto\] to [10px\] at (0.3) should be [38px\]]
expected: FAIL
[CSS Animations: property <height> from [auto\] to [10px\] at (0.6) should be [26px\]]
expected: FAIL
- [CSS Animations: property <height> from [auto\] to [10px\] at (1) should be [10px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [auto\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
@@ -296,18 +269,12 @@
[CSS Animations: property <height> from [min-content\] to [inherit\] at (-0.3) should be [5px\]]
expected: FAIL
- [CSS Animations: property <height> from [min-content\] to [inherit\] at (0) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [min-content\] to [inherit\] at (0.3) should be [95px\]]
expected: FAIL
[CSS Animations: property <height> from [min-content\] to [inherit\] at (0.6) should be [140px\]]
expected: FAIL
- [CSS Animations: property <height> from [min-content\] to [inherit\] at (1) should be [200px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
expected: FAIL
@@ -329,27 +296,6 @@
[Web Animations: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
expected: FAIL
- [CSS Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -404,18 +350,12 @@
[CSS Animations: property <height> from [fit-content\] to [10px\] at (-0.3) should be [62px\]]
expected: FAIL
- [CSS Animations: property <height> from [fit-content\] to [10px\] at (0) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [fit-content\] to [10px\] at (0.3) should be [38px\]]
expected: FAIL
[CSS Animations: property <height> from [fit-content\] to [10px\] at (0.6) should be [26px\]]
expected: FAIL
- [CSS Animations: property <height> from [fit-content\] to [10px\] at (1) should be [10px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
@@ -437,27 +377,6 @@
[Web Animations: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -479,27 +398,6 @@
[Web Animations: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
- expected: FAIL
-
[Web Animations: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -554,9 +452,6 @@
[CSS Animations: property <height> from [max-content\] to neutral at (-0.3) should be [20px\]]
expected: FAIL
- [CSS Animations: property <height> from [max-content\] to neutral at (0) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from [max-content\] to neutral at (0.3) should be [80px\]]
expected: FAIL
@@ -623,9 +518,6 @@
[CSS Animations: property <height> from neutral to [fit-content\] at (0.6) should be [90px\]]
expected: FAIL
- [CSS Animations: property <height> from neutral to [fit-content\] at (1) should be [50px\]]
- expected: FAIL
-
[CSS Animations: property <height> from neutral to [fit-content\] at (1.5) should be [0px\]]
expected: FAIL
@@ -646,21 +538,3 @@
[Web Animations: property <height> from neutral to [fit-content\] at (1.5) should be [0px\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
- expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-logical-properties-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-logical-properties-interpolation.html.ini
index 379c8195291..e57574628f8 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-logical-properties-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-logical-properties-interpolation.html.ini
@@ -32,18 +32,12 @@
[CSS Animations: property <block-size> from [max-content\] to [25px\] at (-0.3) should be [90px\]]
expected: FAIL
- [CSS Animations: property <block-size> from [max-content\] to [25px\] at (0) should be [75px\]]
- expected: FAIL
-
[CSS Animations: property <block-size> from [max-content\] to [25px\] at (0.3) should be [60px\]]
expected: FAIL
[CSS Animations: property <block-size> from [max-content\] to [25px\] at (0.6) should be [45px\]]
expected: FAIL
- [CSS Animations: property <block-size> from [max-content\] to [25px\] at (1) should be [25px\]]
- expected: FAIL
-
[CSS Animations: property <block-size> from [max-content\] to [25px\] at (1.5) should be [0px\]]
expected: FAIL
@@ -98,9 +92,6 @@
[CSS Animations: property <inline-size> from [max-content\] to neutral at (-0.3) should be [132.5px\]]
expected: FAIL
- [CSS Animations: property <inline-size> from [max-content\] to neutral at (0) should be [125px\]]
- expected: FAIL
-
[CSS Animations: property <inline-size> from [max-content\] to neutral at (0.3) should be [117.5px\]]
expected: FAIL
@@ -343,3 +334,57 @@
[Web Animations: property <min-inline-size> from neutral to [100px\] at (1.5) should be [calc-size(auto, 150px + size * -0.5)\]]
expected: FAIL
+
+ [CSS Animations: property <max-block-size> from neutral to [fit-content\] at (0.6) should be [calc-size(fit-content, 40px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-block-size> from neutral to [fit-content\] at (1) should be [calc-size(fit-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-block-size> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -50px + size * 1.5)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (-0.3) should be [calc-size(max-content, -30px + size * 1.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (0) should be [calc-size(max-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (0.3) should be [calc-size(max-content, 30px + size * 0.7)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (0.6) should be [calc-size(max-content, 60px + size * 0.4)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (1) should be [calc-size(max-content, 100px + size * 0)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-inline-size> from [max-content\] to [100px\] at (1.5) should be [calc-size(max-content, 150px + size * -0.5)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 260px + size * -0.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (0) should be [calc-size(min-content, 200px + size * 0)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (0.3) should be [calc-size(min-content, 140px + size * 0.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (0.6) should be [calc-size(min-content, 80px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-block-size> from [200px\] to [min-content\] at (1.5) should be [calc-size(min-content, -100px + size * 1.5)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-inline-size> from neutral to [100px\] at (0.6) should be [calc-size(auto, 60px + size * 0.4)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-inline-size> from neutral to [100px\] at (1) should be [calc-size(auto, 100px + size * 0)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-inline-size> from neutral to [100px\] at (1.5) should be [calc-size(auto, 150px + size * -0.5)\]]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-height-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-height-interpolation.html.ini
index 7ce4e81a18e..52247e9c16b 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-height-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-height-interpolation.html.ini
@@ -1,43 +1,4 @@
[interpolate-size-max-height-interpolation.html]
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -59,45 +20,6 @@
[Web Animations: property <max-height> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -119,45 +41,6 @@
[Web Animations: property <max-height> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [none\] to [20px\] at (-0.3) should be [none\]]
expected: FAIL
@@ -179,45 +62,6 @@
[Web Animations: property <max-height> from [none\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
expected: FAIL
@@ -239,45 +83,6 @@
[Web Animations: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
expected: FAIL
@@ -424,3 +229,39 @@
[Web Animations: property <max-height> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -50px + size * 1.5)\]]
expected: FAIL
+
+ [CSS Animations: property <max-height> from [150px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 195px + size * -0.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [150px\] to [min-content\] at (0) should be [calc-size(min-content, 150px + size * 0)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [150px\] to [min-content\] at (0.3) should be [calc-size(min-content, 105px + size * 0.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [150px\] to [min-content\] at (0.6) should be [calc-size(min-content, 60px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [150px\] to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [150px\] to [min-content\] at (1.5) should be [calc-size(min-content, -75px + size * 1.5)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 30px + size * 0.7)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 40px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-height> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -50px + size * 1.5)\]]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-width-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-width-interpolation.html.ini
index 19c91574c31..9aa817dd0e8 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-max-width-interpolation.html.ini
@@ -1,43 +1,4 @@
[interpolate-size-max-width-interpolation.html]
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0.3) should be [initial\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [initial\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [initial\] to [20px\] at (-0.3) should be [initial\]]
expected: FAIL
@@ -59,45 +20,6 @@
[Web Animations: property <max-width> from [initial\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0.3) should be [unset\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [unset\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [unset\] to [20px\] at (-0.3) should be [unset\]]
expected: FAIL
@@ -119,45 +41,6 @@
[Web Animations: property <max-width> from [unset\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0.3) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0.5) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (0.6) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (1) should be [20px\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [none\] to [20px\] at (1.5) should be [20px\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [none\] to [20px\] at (-0.3) should be [none\]]
expected: FAIL
@@ -179,45 +62,6 @@
[Web Animations: property <max-width> from [none\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
expected: FAIL
@@ -293,45 +137,6 @@
[Web Animations: property <max-width> from [fit-content\] to [50px\] at (1.5) should be [calc-size(fit-content, 75px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -424,3 +229,39 @@
[Web Animations: property <max-width> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -75px + size * 1.5)\]]
expected: FAIL
+
+ [CSS Animations: property <max-width> from [fit-content\] to [50px\] at (-0.3) should be [calc-size(fit-content, -15px + size * 1.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [fit-content\] to [50px\] at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [fit-content\] to [50px\] at (0.3) should be [calc-size(fit-content, 15px + size * 0.7)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [fit-content\] to [50px\] at (0.6) should be [calc-size(fit-content, 30px + size * 0.4)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [fit-content\] to [50px\] at (1) should be [calc-size(fit-content, 50px + size * 0)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [fit-content\] to [50px\] at (1.5) should be [calc-size(fit-content, 75px + size * -0.5)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 45px + size * 0.7)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from neutral to [fit-content\] at (0.6) should be [calc-size(fit-content, 60px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from neutral to [fit-content\] at (1) should be [calc-size(fit-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <max-width> from neutral to [fit-content\] at (1.5) should be [calc-size(fit-content, -75px + size * 1.5)\]]
+ expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-height-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-height-interpolation.html.ini
index 77ad852894f..c6879fbd371 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-height-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-height-interpolation.html.ini
@@ -215,194 +215,206 @@
[Web Animations: property <min-height> from [auto\] to [0px\] at (1.5) should be [calc-size(auto, 0px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
- [CSS Animations: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [fit-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
+ [Web Animations: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
+ [CSS Transitions: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
+ [CSS Transitions: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
+ [CSS Transitions: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
+ [CSS Transitions: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
+ [CSS Transitions: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
+ [CSS Transitions: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
+ [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
+ [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
+ [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
+ [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
+ [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
+ [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
expected: FAIL
- [CSS Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
+ [Web Animations: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
+ [Web Animations: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
+ [Web Animations: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
+ [Web Animations: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
+ [Web Animations: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
+ [Web Animations: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
+ [CSS Animations: property <min-height> from [initial\] to [20px\] at (-0.3) should be [calc-size(auto, -6px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
+ [CSS Animations: property <min-height> from [initial\] to [20px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
+ [CSS Animations: property <min-height> from [initial\] to [20px\] at (0.3) should be [calc-size(auto, 6px + size * 0.7)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-height> from [initial\] to [20px\] at (0.6) should be [calc-size(auto, 12px + size * 0.4)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
+ [CSS Animations: property <min-height> from [initial\] to [20px\] at (1) should be [calc-size(auto, 20px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
+ [CSS Animations: property <min-height> from [initial\] to [20px\] at (1.5) should be [calc-size(auto, 30px + size * -0.5)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-height> from [unset\] to [20px\] at (-0.3) should be [calc-size(auto, -6px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
+ [CSS Animations: property <min-height> from [unset\] to [20px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [CSS Transitions: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
+ [CSS Animations: property <min-height> from [unset\] to [20px\] at (0.3) should be [calc-size(auto, 6px + size * 0.7)\]]
expected: FAIL
- [CSS Transitions: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-height> from [unset\] to [20px\] at (0.6) should be [calc-size(auto, 12px + size * 0.4)\]]
expected: FAIL
- [CSS Transitions: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
+ [CSS Animations: property <min-height> from [unset\] to [20px\] at (1) should be [calc-size(auto, 20px + size * 0)\]]
expected: FAIL
- [CSS Transitions: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
+ [CSS Animations: property <min-height> from [unset\] to [20px\] at (1.5) should be [calc-size(auto, 30px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-height> from [auto\] to [20px\] at (-0.3) should be [calc-size(auto, -6px + size * 1.3)\]]
expected: FAIL
- [CSS Transitions: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
+ [CSS Animations: property <min-height> from [auto\] to [20px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
+ [CSS Animations: property <min-height> from [auto\] to [20px\] at (0.3) should be [calc-size(auto, 6px + size * 0.7)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-height> from [auto\] to [20px\] at (0.6) should be [calc-size(auto, 12px + size * 0.4)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
+ [CSS Animations: property <min-height> from [auto\] to [20px\] at (1) should be [calc-size(auto, 20px + size * 0)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
+ [CSS Animations: property <min-height> from [auto\] to [20px\] at (1.5) should be [calc-size(auto, 30px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-height> from [auto\] to [0px\] at (-0.3) should be [calc-size(auto, 0px + size * 1.3)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
+ [CSS Animations: property <min-height> from [auto\] to [0px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-height> from neutral to [min-content\] at (-0.3) should be [calc-size(min-content, 13px + size * -0.3)\]]
+ [CSS Animations: property <min-height> from [auto\] to [0px\] at (0.3) should be [calc-size(auto, 0px + size * 0.7)\]]
expected: FAIL
- [Web Animations: property <min-height> from neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-height> from [auto\] to [0px\] at (0.6) should be [calc-size(auto, 0px + size * 0.4)\]]
expected: FAIL
- [Web Animations: property <min-height> from neutral to [min-content\] at (0.3) should be [calc-size(min-content, 7px + size * 0.3)\]]
+ [CSS Animations: property <min-height> from [auto\] to [0px\] at (1) should be [calc-size(auto, 0px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
+ [CSS Animations: property <min-height> from [auto\] to [0px\] at (1.5) should be [calc-size(auto, 0px + size * -0.5)\]]
expected: FAIL
- [Web Animations: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
+ [CSS Animations: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-height> from neutral to [min-content\] at (0.6) should be [calc-size(min-content, 4px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-height> from neutral to [min-content\] at (1) should be [calc-size(min-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-height> from neutral to [min-content\] at (1.5) should be [calc-size(min-content, -5px + size * 1.5)\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-width-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-width-interpolation.html.ini
index b4da72f0f64..000ea7955f4 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-min-width-interpolation.html.ini
@@ -215,194 +215,206 @@
[Web Animations: property <min-width> from [0px\] to [stretch\] at (1.5) should be [calc-size(stretch, 0px + size * 1.5)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
- [CSS Animations: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0) should be [min-content\]]
+ [Web Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [min-content\]]
+ [Web Animations: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
+ [Web Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
+ [Web Animations: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
+ [Web Animations: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
+ [Web Animations: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
+ [CSS Transitions: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
+ [CSS Transitions: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
+ [CSS Transitions: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
+ [CSS Transitions: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
+ [CSS Transitions: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
expected: FAIL
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
+ [CSS Transitions: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
+ [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
+ [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
+ [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
+ [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
+ [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
+ [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
expected: FAIL
- [CSS Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
+ [Web Animations: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
+ [Web Animations: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (0) should be [auto\]]
+ [Web Animations: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (0.3) should be [auto\]]
+ [Web Animations: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
+ [Web Animations: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
+ [Web Animations: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
+ [CSS Animations: property <min-width> from [initial\] to [20px\] at (-0.3) should be [calc-size(auto, -6px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
+ [CSS Animations: property <min-width> from [initial\] to [20px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
+ [CSS Animations: property <min-width> from [initial\] to [20px\] at (0.3) should be [calc-size(auto, 6px + size * 0.7)\]]
expected: FAIL
- [Web Animations: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-width> from [initial\] to [20px\] at (0.6) should be [calc-size(auto, 12px + size * 0.4)\]]
expected: FAIL
- [Web Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
+ [CSS Animations: property <min-width> from [initial\] to [20px\] at (1) should be [calc-size(auto, 20px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
+ [CSS Animations: property <min-width> from [initial\] to [20px\] at (1.5) should be [calc-size(auto, 30px + size * -0.5)\]]
expected: FAIL
- [Web Animations: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-width> from [unset\] to [20px\] at (-0.3) should be [calc-size(auto, -6px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
+ [CSS Animations: property <min-width> from [unset\] to [20px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [CSS Transitions: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
+ [CSS Animations: property <min-width> from [unset\] to [20px\] at (0.3) should be [calc-size(auto, 6px + size * 0.7)\]]
expected: FAIL
- [CSS Transitions: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-width> from [unset\] to [20px\] at (0.6) should be [calc-size(auto, 12px + size * 0.4)\]]
expected: FAIL
- [CSS Transitions: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
+ [CSS Animations: property <min-width> from [unset\] to [20px\] at (1) should be [calc-size(auto, 20px + size * 0)\]]
expected: FAIL
- [CSS Transitions: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
+ [CSS Animations: property <min-width> from [unset\] to [20px\] at (1.5) should be [calc-size(auto, 30px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-width> from [auto\] to [20px\] at (-0.3) should be [calc-size(auto, -6px + size * 1.3)\]]
expected: FAIL
- [CSS Transitions: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
+ [CSS Animations: property <min-width> from [auto\] to [20px\] at (0) should be [calc-size(auto, 0px + size * 1)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
+ [CSS Animations: property <min-width> from [auto\] to [20px\] at (0.3) should be [calc-size(auto, 6px + size * 0.7)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-width> from [auto\] to [20px\] at (0.6) should be [calc-size(auto, 12px + size * 0.4)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
+ [CSS Animations: property <min-width> from [auto\] to [20px\] at (1) should be [calc-size(auto, 20px + size * 0)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
+ [CSS Animations: property <min-width> from [auto\] to [20px\] at (1.5) should be [calc-size(auto, 30px + size * -0.5)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [calc-size(stretch, 0px + size * -0.3)\]]
expected: FAIL
- [CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
+ [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0) should be [calc-size(stretch, 0px + size * 0)\]]
expected: FAIL
- [Web Animations: property <min-width> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 13px + size * -0.3)\]]
+ [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.3) should be [calc-size(stretch, 0px + size * 0.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
+ [CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.6) should be [calc-size(stretch, 0px + size * 0.6)\]]
expected: FAIL
- [Web Animations: property <min-width> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 7px + size * 0.3)\]]
+ [CSS Animations: property <min-width> from [0px\] to [stretch\] at (1) should be [calc-size(stretch, 0px + size * 1)\]]
expected: FAIL
- [Web Animations: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
+ [CSS Animations: property <min-width> from [0px\] to [stretch\] at (1.5) should be [calc-size(stretch, 0px + size * 1.5)\]]
expected: FAIL
- [Web Animations: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
+ [CSS Animations: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
- [Web Animations: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
+ [CSS Animations: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-width> from neutral to [max-content\] at (0.6) should be [calc-size(max-content, 4px + size * 0.6)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-width> from neutral to [max-content\] at (1) should be [calc-size(max-content, 0px + size * 1)\]]
+ expected: FAIL
+
+ [CSS Animations: property <min-width> from neutral to [max-content\] at (1.5) should be [calc-size(max-content, -5px + size * 1.5)\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-which-value.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-which-value.html.ini
index 9cf231eea51..bc549866398 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-which-value.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-which-value.html.ini
@@ -1,10 +1,4 @@
[interpolate-size-which-value.html]
- [Use the non-animation value of interpolate-size: numeric-only when starting CSS animation from 100px to min-content]
- expected: FAIL
-
- [Use the non-animation value of interpolate-size: numeric-only when starting CSS animation from min-content to 100px]
- expected: FAIL
-
[Use the non-animation value of interpolate-size: allow-keywords when starting CSS animation from 100px to min-content]
expected: FAIL
diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-width-interpolation.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-width-interpolation.html.ini
index 90196de30a5..c6632f61402 100644
--- a/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-width-interpolation.html.ini
+++ b/tests/wpt/meta/css/css-values/calc-size/animation/interpolate-size-width-interpolation.html.ini
@@ -32,9 +32,6 @@
[CSS Animations: property <width> from [initial\] to [50px\] at (-0.3) should be [180px\]]
expected: FAIL
- [CSS Animations: property <width> from [initial\] to [50px\] at (0) should be [150px\]]
- expected: FAIL
-
[CSS Animations: property <width> from [initial\] to [50px\] at (0.3) should be [120px\]]
expected: FAIL
@@ -95,9 +92,6 @@
[CSS Animations: property <width> from [unset\] to [50px\] at (-0.3) should be [180px\]]
expected: FAIL
- [CSS Animations: property <width> from [unset\] to [50px\] at (0) should be [150px\]]
- expected: FAIL
-
[CSS Animations: property <width> from [unset\] to [50px\] at (0.3) should be [120px\]]
expected: FAIL
@@ -158,9 +152,6 @@
[CSS Animations: property <width> from [auto\] to [50px\] at (-0.3) should be [180px\]]
expected: FAIL
- [CSS Animations: property <width> from [auto\] to [50px\] at (0) should be [150px\]]
- expected: FAIL
-
[CSS Animations: property <width> from [auto\] to [50px\] at (0.3) should be [120px\]]
expected: FAIL
@@ -188,27 +179,6 @@
[Web Animations: property <width> from [auto\] to [50px\] at (1.5) should be [0px\]]
expected: FAIL
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
- expected: FAIL
-
[Web Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
expected: FAIL
@@ -230,27 +200,6 @@
[Web Animations: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
- [CSS Animations: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0.3) should be [stretch\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
- expected: FAIL
-
[Web Animations: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL
@@ -305,18 +254,12 @@
[CSS Animations: property <width> from [200px\] to [fit-content\] at (-0.3) should be [230px\]]
expected: FAIL
- [CSS Animations: property <width> from [200px\] to [fit-content\] at (0) should be [200px\]]
- expected: FAIL
-
[CSS Animations: property <width> from [200px\] to [fit-content\] at (0.3) should be [170px\]]
expected: FAIL
[CSS Animations: property <width> from [200px\] to [fit-content\] at (0.6) should be [140px\]]
expected: FAIL
- [CSS Animations: property <width> from [200px\] to [fit-content\] at (1) should be [100px\]]
- expected: FAIL
-
[Web Animations: property <width> from [200px\] to [fit-content\] at (-0.3) should be [230px\]]
expected: FAIL
@@ -335,27 +278,6 @@
[Web Animations: property <width> from [200px\] to [fit-content\] at (1.5) should be [50px\]]
expected: FAIL
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
- expected: FAIL
-
- [CSS Animations: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
- expected: FAIL
-
[Web Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@@ -410,9 +332,6 @@
[CSS Animations: property <width> from [max-content\] to neutral at (-0.3) should be [115px\]]
expected: FAIL
- [CSS Animations: property <width> from [max-content\] to neutral at (0) should be [100px\]]
- expected: FAIL
-
[CSS Animations: property <width> from [max-content\] to neutral at (0.3) should be [85px\]]
expected: FAIL
@@ -479,9 +398,6 @@
[CSS Animations: property <width> from neutral to [min-content\] at (0.6) should be [80px\]]
expected: FAIL
- [CSS Animations: property <width> from neutral to [min-content\] at (1) should be [100px\]]
- expected: FAIL
-
[CSS Animations: property <width> from neutral to [min-content\] at (1.5) should be [125px\]]
expected: FAIL
@@ -503,20 +419,5 @@
[Web Animations: property <width> from neutral to [min-content\] at (1.5) should be [125px\]]
expected: FAIL
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0) should be [auto\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.3) should be [auto\]]
+ [CSS Animations: property <width> from [200px\] to [fit-content\] at (1.5) should be [50px\]]
expected: FAIL
diff --git a/tests/wpt/meta/css/filter-effects/animation/filter-interpolation-002.html.ini b/tests/wpt/meta/css/filter-effects/animation/filter-interpolation-002.html.ini
index 853282a2dfc..76ff5e33188 100644
--- a/tests/wpt/meta/css/filter-effects/animation/filter-interpolation-002.html.ini
+++ b/tests/wpt/meta/css/filter-effects/animation/filter-interpolation-002.html.ini
@@ -119,27 +119,6 @@
[Web Animations: property <filter> from [none\] to [hue-rotate(180deg)\] at (1.5) should be [hue-rotate(270deg)\]]
expected: FAIL
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0.6) should be [blur(10px)\]]
- expected: FAIL
-
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (1.5) should be [blur(10px)\]]
- expected: FAIL
-
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0.3) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (-0.3) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0.5) should be [blur(10px)\]]
- expected: FAIL
-
- [CSS Animations: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (1) should be [blur(10px)\]]
- expected: FAIL
-
[CSS Transitions: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (-0.3) should be [grayscale(0) blur(0px)\]]
expected: FAIL
@@ -148,21 +127,3 @@
[CSS Transitions: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0.3) should be [grayscale(0) blur(0px)\]]
expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (-0.3) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-behavior:allow-discrete: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0.3) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (-0.3) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0) should be [grayscale(0) blur(0px)\]]
- expected: FAIL
-
- [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <filter> from [grayscale(0) blur(0px)\] to [blur(10px)\] at (0.3) should be [grayscale(0) blur(0px)\]]
- expected: FAIL