Enable min-content, max-content, fit-content and stretch (#33492)

For the sizing properties.

We don't actually support them yet, just treating them as
the initial value.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Oriol Brufau 2024-09-20 16:48:27 +02:00 committed by GitHub
parent 4bde9af515
commit 9597390d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 120 additions and 2798 deletions

View file

@ -1,9 +0,0 @@
[height-valid.html]
[e.style['height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['height'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -1,9 +0,0 @@
[max-height-valid.html]
[e.style['max-height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['max-height'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -1,9 +0,0 @@
[max-width-valid.html]
[e.style['max-width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['max-width'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -1,9 +0,0 @@
[width-valid.html]
[e.style['width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['width'\] = "fit-content" should set the property value]
expected: FAIL

View file

@ -1,9 +0,0 @@
[flex-basis-computed.html]
[Property flex-basis value 'fit-content']
expected: FAIL
[Property flex-basis value 'min-content']
expected: FAIL
[Property flex-basis value 'max-content']
expected: FAIL

View file

@ -1,9 +0,0 @@
[flex-basis-valid.html]
[e.style['flex-basis'\] = "fit-content" should set the property value]
expected: FAIL
[e.style['flex-basis'\] = "min-content" should set the property value]
expected: FAIL
[e.style['flex-basis'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -1,24 +0,0 @@
[flex-shorthand.html]
[e.style['flex'\] = "0 fit-content" should set flex-basis]
expected: FAIL
[e.style['flex'\] = "0 fit-content" should set flex-grow]
expected: FAIL
[e.style['flex'\] = "0 fit-content" should set flex-shrink]
expected: FAIL
[e.style['flex'\] = "0 fit-content" should not set unrelated longhands]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should set flex-basis]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should set flex-grow]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should set flex-shrink]
expected: FAIL
[e.style['flex'\] = "1 0 max-content" should not set unrelated longhands]
expected: FAIL

View file

@ -1,6 +0,0 @@
[block-size-computed.html]
[Property block-size value 'min-content']
expected: FAIL
[Property block-size value 'max-content']
expected: FAIL

View file

@ -1,6 +0,0 @@
[block-size-valid.html]
[e.style['block-size'\] = "min-content" should set the property value]
expected: FAIL
[e.style['block-size'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -1,6 +0,0 @@
[inline-size-valid.html]
[e.style['inline-size'\] = "min-content" should set the property value]
expected: FAIL
[e.style['inline-size'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -1,6 +0,0 @@
[max-block-size-computed.html]
[Property max-block-size value 'min-content']
expected: FAIL
[Property max-block-size value 'max-content']
expected: FAIL

View file

@ -1,6 +0,0 @@
[max-block-size-valid.html]
[e.style['max-block-size'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-block-size'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -1,6 +0,0 @@
[max-inline-size-computed.html]
[Property max-inline-size value 'min-content']
expected: FAIL
[Property max-inline-size value 'max-content']
expected: FAIL

View file

@ -1,6 +0,0 @@
[max-inline-size-valid.html]
[e.style['max-inline-size'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-inline-size'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -1,9 +1,3 @@
[min-block-size-computed.html]
[Property min-block-size value 'auto']
expected: FAIL
[Property min-block-size value 'min-content']
expected: FAIL
[Property min-block-size value 'max-content']
expected: FAIL

View file

@ -1,6 +0,0 @@
[min-block-size-valid.html]
[e.style['min-block-size'\] = "min-content" should set the property value]
expected: FAIL
[e.style['min-block-size'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -1,9 +1,3 @@
[min-inline-size-computed.html]
[Property min-inline-size value 'auto']
expected: FAIL
[Property min-inline-size value 'min-content']
expected: FAIL
[Property min-inline-size value 'max-content']
expected: FAIL

View file

@ -1,6 +0,0 @@
[min-inline-size-valid.html]
[e.style['min-inline-size'\] = "min-content" should set the property value]
expected: FAIL
[e.style['min-inline-size'\] = "max-content" should set the property value]
expected: FAIL

View file

@ -233,90 +233,6 @@
[Web Animations: property <height> from [auto\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
@ -368,18 +284,6 @@
[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.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
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
@ -389,60 +293,6 @@
[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.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <height> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
expected: FAIL
@ -485,90 +335,6 @@
[Web Animations: property <height> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] 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 [fit-content\] 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 [fit-content\] 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 [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-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 <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: 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 [fit-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -773,72 +539,6 @@
[Web Animations: 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 neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Animations: property <height> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL

View file

@ -242,18 +242,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
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
@ -263,60 +251,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
expected: FAIL
@ -494,18 +428,6 @@
[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.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
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
@ -515,60 +437,6 @@
[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.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [20px\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <max-height> from [20px\] to [min-content\] at (-0.3) should be [20px\]]
expected: FAIL
@ -647,72 +515,6 @@
[Web Animations: 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 neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Animations: property <max-height> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL

View file

@ -368,18 +368,6 @@
[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.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
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
@ -389,60 +377,6 @@
[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.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0.3) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0.5) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (0.6) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (1) should be [20px\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [fit-content\] to [20px\] at (1.5) should be [20px\]]
expected: FAIL
[CSS Animations: property <max-width> from [fit-content\] to [20px\] at (-0.3) should be [fit-content\]]
expected: FAIL
@ -494,18 +428,6 @@
[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.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-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
@ -515,60 +437,6 @@
[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.5) should be [min-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.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -647,72 +515,6 @@
[Web Animations: 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 neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from neutral to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL

View file

@ -302,18 +302,6 @@
[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.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1.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.3) should be [fit-content\]]
expected: FAIL
@ -323,60 +311,6 @@
[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.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.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 (1) 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 (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: 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.3) should be [fit-content\]]
expected: FAIL
@ -581,72 +515,6 @@
[Web Animations: 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 neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from neutral 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 neutral 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 neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <min-height> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL

View file

@ -368,18 +368,6 @@
[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.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1.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.3) should be [min-content\]]
expected: FAIL
@ -389,60 +377,6 @@
[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.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.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 (1) 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 (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: 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.3) should be [min-content\]]
expected: FAIL
@ -494,18 +428,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
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
@ -515,60 +437,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
expected: FAIL
@ -647,72 +515,6 @@
[Web Animations: 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 neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from neutral to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Animations: property <min-width> from neutral to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL

View file

@ -269,90 +269,6 @@
[Web Animations: property <width> from [auto\] to [40px\] at (1.5) should be [40px\]]
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-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
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
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
expected: FAIL
@ -530,18 +446,6 @@
[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.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
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
@ -551,60 +455,6 @@
[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.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Animations: property <width> from [30px\] to [fit-content\] at (-0.3) should be [30px\]]
expected: FAIL
@ -647,90 +497,6 @@
[Web Animations: property <width> from [30px\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <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 <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 <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 <width> from [max-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 <width> from [max-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 <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -809,72 +575,6 @@
[Web Animations: 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 neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from neutral to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <width> from neutral to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL

View file

@ -1,2 +0,0 @@
[block-size-with-min-or-max-content-1a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[block-size-with-min-or-max-content-1b.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[block-size-with-min-or-max-content-table-1b.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[hori-block-size-small-or-larger-than-container-with-min-or-max-content-2a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[hori-block-size-small-or-larger-than-container-with-min-or-max-content-2b.html]
expected: FAIL

View file

@ -1,10 +1,4 @@
[height-valid.html]
[e.style['height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['height'\] = "fit-content(10%)" should set the property value]
expected: FAIL

View file

@ -1,10 +1,4 @@
[max-height-computed.html]
[Property max-height value 'min-content']
expected: FAIL
[Property max-height value 'max-content']
expected: FAIL
[Property max-height value 'fit-content(10px)']
expected: FAIL

View file

@ -1,10 +1,4 @@
[max-height-valid.html]
[e.style['max-height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['max-height'\] = "fit-content(10%)" should set the property value]
expected: FAIL

View file

@ -1,10 +1,4 @@
[max-width-computed.html]
[Property max-width value 'min-content']
expected: FAIL
[Property max-width value 'max-content']
expected: FAIL
[Property max-width value 'fit-content(10px)']
expected: FAIL

View file

@ -1,10 +1,4 @@
[max-width-valid.html]
[e.style['max-width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['max-width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['max-width'\] = "fit-content(10%)" should set the property value]
expected: FAIL

View file

@ -1,10 +1,4 @@
[min-height-computed.html]
[Property min-height value 'min-content']
expected: FAIL
[Property min-height value 'max-content']
expected: FAIL
[Property min-height value 'fit-content(10px)']
expected: FAIL

View file

@ -1,10 +1,4 @@
[min-height-valid.html]
[e.style['min-height'\] = "min-content" should set the property value]
expected: FAIL
[e.style['min-height'\] = "max-content" should set the property value]
expected: FAIL
[e.style['min-height'\] = "fit-content(10%)" should set the property value]
expected: FAIL

View file

@ -1,10 +1,4 @@
[min-width-computed.html]
[Property min-width value 'min-content']
expected: FAIL
[Property min-width value 'max-content']
expected: FAIL
[Property min-width value 'fit-content(10px)']
expected: FAIL

View file

@ -1,10 +1,4 @@
[min-width-valid.html]
[e.style['min-width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['min-width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['min-width'\] = "fit-content(10%)" should set the property value]
expected: FAIL

View file

@ -1,10 +1,4 @@
[width-valid.html]
[e.style['width'\] = "min-content" should set the property value]
expected: FAIL
[e.style['width'\] = "max-content" should set the property value]
expected: FAIL
[e.style['width'\] = "fit-content(10%)" should set the property value]
expected: FAIL

View file

@ -1,2 +0,0 @@
[vert-block-size-small-or-larger-than-container-with-min-or-max-content-2a.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[letter-spacing-trim-start-002.html]
[assert_equals(t.offsetWidth, refWidth, "widths should now match")]
expected: FAIL

View file

@ -17,9 +17,6 @@
[Compositing: property <height> underlying [fit-content\] from add [min-content\] to add [200px\] at (-0.3) should be [5px\]]
expected: FAIL
[Compositing: property <height> underlying [fit-content\] from add [min-content\] to add [200px\] at (0) should be [50px\]]
expected: FAIL
[Compositing: property <height> underlying [fit-content\] from add [min-content\] to add [200px\] at (0.5) should be [125px\]]
expected: FAIL

View file

@ -275,9 +275,6 @@
[CSS Transitions: property <height> from [min-content\] to [inherit\] at (0.6) should be [140px\]]
expected: FAIL
[CSS Transitions: property <height> from [min-content\] to [inherit\] at (1) should be [200px\]]
expected: FAIL
[CSS Transitions: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
expected: FAIL
@ -293,9 +290,6 @@
[CSS Transitions with transition: all: property <height> from [min-content\] to [inherit\] at (0.6) should be [140px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [min-content\] to [inherit\] at (1) should be [200px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
expected: FAIL
@ -335,90 +329,6 @@
[Web Animations: property <height> from [min-content\] to [inherit\] at (1.5) should be [275px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [auto\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <height> from [auto\] to [min-content\] at (-0.3) should be [auto\]]
expected: FAIL
@ -473,9 +383,6 @@
[CSS Transitions: property <height> from [fit-content\] to [10px\] at (0.6) should be [26px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [10px\] at (1) should be [10px\]]
expected: FAIL
[CSS Transitions: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
@ -491,9 +398,6 @@
[CSS Transitions with transition: all: property <height> from [fit-content\] to [10px\] at (0.6) should be [26px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [10px\] at (1) should be [10px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
@ -533,90 +437,6 @@
[Web Animations: property <height> from [fit-content\] to [10px\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] 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 [fit-content\] 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 [fit-content\] 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 [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-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 <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: 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 [fit-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -797,9 +617,6 @@
[CSS Transitions: property <height> from [max-content\] to neutral at (0.6) should be [110px\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to neutral at (1) should be [150px\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to neutral at (1.5) should be [200px\]]
expected: FAIL
@ -815,9 +632,6 @@
[CSS Transitions with transition: all: property <height> from [max-content\] to neutral at (0.6) should be [110px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to neutral at (1) should be [150px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to neutral at (1.5) should be [200px\]]
expected: FAIL
@ -833,9 +647,6 @@
[CSS Animations: property <height> from [max-content\] to neutral at (0.6) should be [110px\]]
expected: FAIL
[CSS Animations: property <height> from [max-content\] to neutral at (1) should be [150px\]]
expected: FAIL
[CSS Animations: property <height> from [max-content\] to neutral at (1.5) should be [200px\]]
expected: FAIL
@ -869,9 +680,6 @@
[CSS Transitions: property <height> from neutral to [fit-content\] at (0.6) should be [90px\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (1) should be [50px\]]
expected: FAIL
[CSS Transitions: property <height> from neutral to [fit-content\] at (1.5) should be [0px\]]
expected: FAIL
@ -887,18 +695,12 @@
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (0.6) should be [90px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1) should be [50px\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from neutral to [fit-content\] at (1.5) should be [0px\]]
expected: FAIL
[CSS Animations: property <height> from neutral to [fit-content\] at (-0.3) should be [180px\]]
expected: FAIL
[CSS Animations: property <height> from neutral to [fit-content\] at (0) should be [150px\]]
expected: FAIL
[CSS Animations: property <height> from neutral to [fit-content\] at (0.3) should be [120px\]]
expected: FAIL

View file

@ -11,9 +11,6 @@
[CSS Transitions: property <block-size> from [max-content\] to [25px\] at (0.6) should be [45px\]]
expected: FAIL
[CSS Transitions: property <block-size> from [max-content\] to [25px\] at (1) should be [25px\]]
expected: FAIL
[CSS Transitions: property <block-size> from [max-content\] to [25px\] at (1.5) should be [0px\]]
expected: FAIL
@ -29,9 +26,6 @@
[CSS Transitions with transition: all: property <block-size> from [max-content\] to [25px\] at (0.6) should be [45px\]]
expected: FAIL
[CSS Transitions with transition: all: property <block-size> from [max-content\] to [25px\] at (1) should be [25px\]]
expected: FAIL
[CSS Transitions with transition: all: property <block-size> from [max-content\] to [25px\] at (1.5) should be [0px\]]
expected: FAIL
@ -83,9 +77,6 @@
[CSS Transitions: property <inline-size> from [max-content\] to neutral at (0.6) should be [110px\]]
expected: FAIL
[CSS Transitions: property <inline-size> from [max-content\] to neutral at (1) should be [100px\]]
expected: FAIL
[CSS Transitions: property <inline-size> from [max-content\] to neutral at (1.5) should be [87.5px\]]
expected: FAIL
@ -101,9 +92,6 @@
[CSS Transitions with transition: all: property <inline-size> from [max-content\] to neutral at (0.6) should be [110px\]]
expected: FAIL
[CSS Transitions with transition: all: property <inline-size> from [max-content\] to neutral at (1) should be [100px\]]
expected: FAIL
[CSS Transitions with transition: all: property <inline-size> from [max-content\] to neutral at (1.5) should be [87.5px\]]
expected: FAIL
@ -119,9 +107,6 @@
[CSS Animations: property <inline-size> from [max-content\] to neutral at (0.6) should be [110px\]]
expected: FAIL
[CSS Animations: property <inline-size> from [max-content\] to neutral at (1) should be [100px\]]
expected: FAIL
[CSS Animations: property <inline-size> from [max-content\] to neutral at (1.5) should be [87.5px\]]
expected: FAIL
@ -179,24 +164,6 @@
[CSS Transitions with transition: all: 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-block-size> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 130px + size * -0.3)\]]
expected: FAIL
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (0) should be [calc-size(fit-content, 100px + size * 0)\]]
expected: FAIL
[CSS Animations: property <max-block-size> from neutral to [fit-content\] at (0.3) should be [calc-size(fit-content, 70px + size * 0.3)\]]
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
[Web Animations: property <max-block-size> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 130px + size * -0.3)\]]
expected: FAIL
@ -251,24 +218,6 @@
[CSS Transitions with transition: all: 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 <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
[Web 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
@ -323,24 +272,6 @@
[CSS Transitions with transition: all: 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-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
[Web 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

View file

@ -188,18 +188,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
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
@ -209,60 +197,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [none\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Animations: property <max-height> from [none\] to [max-content\] at (-0.3) should be [none\]]
expected: FAIL
@ -467,24 +401,6 @@
[CSS Transitions with transition: all: 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 [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
[Web Animations: property <max-height> from [150px\] to [min-content\] at (-0.3) should be [calc-size(min-content, 195px + size * -0.3)\]]
expected: FAIL
@ -503,60 +419,6 @@
[Web 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 Transitions: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
expected: FAIL
[CSS Transitions: property <max-height> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions: property <max-height> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 30px + size * 0.7)\]]
expected: FAIL
[CSS Transitions: property <max-height> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 60px + size * 0.4)\]]
expected: FAIL
[CSS Transitions: property <max-height> from [min-content\] to neutral at (1) should be [calc-size(min-content, 100px + size * 0)\]]
expected: FAIL
[CSS Transitions: property <max-height> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 150px + size * -0.5)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 30px + size * 0.7)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 60px + size * 0.4)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (1) should be [calc-size(min-content, 100px + size * 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 150px + size * -0.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 [min-content\] to neutral at (0.6) should be [calc-size(min-content, 60px + size * 0.4)\]]
expected: FAIL
[CSS Animations: property <max-height> from [min-content\] to neutral at (1) should be [calc-size(min-content, 100px + size * 0)\]]
expected: FAIL
[CSS Animations: property <max-height> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 150px + size * -0.5)\]]
expected: FAIL
[Web Animations: property <max-height> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -30px + size * 1.3)\]]
expected: FAIL
@ -611,24 +473,6 @@
[CSS Transitions with transition: all: 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 neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 130px + size * -0.3)\]]
expected: FAIL
[CSS Animations: property <max-height> from neutral to [max-content\] at (0) should be [calc-size(max-content, 100px + size * 0)\]]
expected: FAIL
[CSS Animations: property <max-height> from neutral to [max-content\] at (0.3) should be [calc-size(max-content, 70px + size * 0.3)\]]
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
[Web Animations: property <max-height> from neutral to [max-content\] at (-0.3) should be [calc-size(max-content, 130px + size * -0.3)\]]
expected: FAIL

View file

@ -341,24 +341,6 @@
[CSS Transitions with transition: all: 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 [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
[Web Animations: property <max-width> from [fit-content\] to [50px\] at (-0.3) should be [calc-size(fit-content, -15px + size * 1.3)\]]
expected: FAIL
@ -386,18 +368,6 @@
[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.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-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
@ -407,60 +377,6 @@
[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.5) should be [min-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.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <max-width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -503,60 +419,6 @@
[Web Animations: property <max-width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
expected: FAIL
[CSS Transitions: property <max-width> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions: property <max-width> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 45px + size * 0.7)\]]
expected: FAIL
[CSS Transitions: property <max-width> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 90px + size * 0.4)\]]
expected: FAIL
[CSS Transitions: property <max-width> from [min-content\] to neutral at (1) should be [calc-size(min-content, 150px + size * 0)\]]
expected: FAIL
[CSS Transitions: property <max-width> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 225px + size * -0.5)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (0) should be [calc-size(min-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (0.3) should be [calc-size(min-content, 45px + size * 0.7)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (0.6) should be [calc-size(min-content, 90px + size * 0.4)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (1) should be [calc-size(min-content, 150px + size * 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 225px + 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 [min-content\] to neutral at (0.6) should be [calc-size(min-content, 90px + size * 0.4)\]]
expected: FAIL
[CSS Animations: property <max-width> from [min-content\] to neutral at (1) should be [calc-size(min-content, 150px + size * 0)\]]
expected: FAIL
[CSS Animations: property <max-width> from [min-content\] to neutral at (1.5) should be [calc-size(min-content, 225px + size * -0.5)\]]
expected: FAIL
[Web Animations: property <max-width> from [min-content\] to neutral at (-0.3) should be [calc-size(min-content, -45px + size * 1.3)\]]
expected: FAIL
@ -611,24 +473,6 @@
[CSS Transitions with transition: all: 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 neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 195px + size * -0.3)\]]
expected: FAIL
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0) should be [calc-size(fit-content, 150px + size * 0)\]]
expected: FAIL
[CSS Animations: property <max-width> from neutral to [fit-content\] at (0.3) should be [calc-size(fit-content, 105px + size * 0.3)\]]
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
[Web Animations: property <max-width> from neutral to [fit-content\] at (-0.3) should be [calc-size(fit-content, 195px + size * -0.3)\]]
expected: FAIL

View file

@ -224,18 +224,6 @@
[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.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [fit-content\] to [min-content\] at (1.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.3) should be [fit-content\]]
expected: FAIL
@ -245,60 +233,6 @@
[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.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.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 (1) 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 (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: 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.3) should be [fit-content\]]
expected: FAIL
@ -467,60 +401,6 @@
[Web Animations: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
[CSS Transitions: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
[CSS Transitions: 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: all: property <min-height> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
expected: FAIL
[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
[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 [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
[CSS Animations: property <min-height> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
[CSS Animations: property <min-height> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
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)\]]
expected: FAIL
@ -575,24 +455,6 @@
[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 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 neutral to [min-content\] at (0) should be [calc-size(min-content, 10px + size * 0)\]]
expected: FAIL
[CSS Animations: 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 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
[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

View file

@ -242,18 +242,6 @@
[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.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [min-content\] to [fit-content\] at (1.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.3) should be [min-content\]]
expected: FAIL
@ -263,60 +251,6 @@
[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.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.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 (1) 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 (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [min-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [min-content\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: 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.3) should be [min-content\]]
expected: FAIL
@ -368,18 +302,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
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
@ -389,60 +311,6 @@
[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.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.5) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (0.6) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Animations: property <min-width> from [auto\] to [max-content\] at (-0.3) should be [auto\]]
expected: FAIL
@ -485,60 +353,6 @@
[Web Animations: property <min-width> from [auto\] to [max-content\] at (1.5) should be [max-content\]]
expected: FAIL
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
expected: FAIL
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
[CSS Transitions: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
[CSS Transitions: 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: all: property <min-width> from [fit-content\] to neutral at (-0.3) should be [calc-size(fit-content, -3px + size * 1.3)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (0) should be [calc-size(fit-content, 0px + size * 1)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (0.3) should be [calc-size(fit-content, 3px + size * 0.7)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
expected: FAIL
[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
[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 [fit-content\] to neutral at (0.6) should be [calc-size(fit-content, 6px + size * 0.4)\]]
expected: FAIL
[CSS Animations: property <min-width> from [fit-content\] to neutral at (1) should be [calc-size(fit-content, 10px + size * 0)\]]
expected: FAIL
[CSS Animations: property <min-width> from [fit-content\] to neutral at (1.5) should be [calc-size(fit-content, 15px + size * -0.5)\]]
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)\]]
expected: FAIL
@ -593,24 +407,6 @@
[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 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 neutral to [max-content\] at (0) should be [calc-size(max-content, 10px + size * 0)\]]
expected: FAIL
[CSS Animations: 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 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
[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

View file

@ -19,3 +19,6 @@
[Use the non-animation value of interpolate-size: allow-keywords when starting CSS animation from min-content to 100px]
expected: FAIL
[Use the after-change value of interpolate-size: allow-keywords when starting CSS transition from 100px to min-content]
expected: FAIL

View file

@ -38,8 +38,5 @@
[Compositing: property <width> underlying [max-content\] from add [100px\] to add [auto\] at (0.5) should be [150px\]]
expected: FAIL
[Compositing: property <width> underlying [max-content\] from add [100px\] to add [auto\] at (1) should be [200px\]]
expected: FAIL
[Compositing: property <width> underlying [max-content\] from add [100px\] to add [auto\] at (1.5) should be [250px\]]
expected: FAIL

View file

@ -188,90 +188,6 @@
[Web Animations: property <width> from [auto\] to [50px\] at (1.5) should be [0px\]]
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-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
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
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Animations: property <width> from [auto\] to [fit-content\] at (-0.3) should be [auto\]]
expected: FAIL
@ -491,9 +407,6 @@
[CSS Animations: property <width> from [200px\] to [fit-content\] at (1) should be [100px\]]
expected: FAIL
[CSS Animations: property <width> from [200px\] to [fit-content\] at (1.5) should be [50px\]]
expected: FAIL
[Web Animations: property <width> from [200px\] to [fit-content\] at (-0.3) should be [230px\]]
expected: FAIL
@ -512,90 +425,6 @@
[Web Animations: property <width> from [200px\] to [fit-content\] at (1.5) should be [50px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <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 <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 <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 <width> from [max-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 <width> from [max-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 <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (-0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.3) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.5) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (0.6) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1) should be [min-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to [min-content\] at (1.5) should be [min-content\]]
expected: FAIL
[CSS Animations: property <width> from [max-content\] to [min-content\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -650,9 +479,6 @@
[CSS Transitions: property <width> from [max-content\] to neutral at (0.6) should be [70px\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to neutral at (1) should be [50px\]]
expected: FAIL
[CSS Transitions: property <width> from [max-content\] to neutral at (1.5) should be [25px\]]
expected: FAIL
@ -668,9 +494,6 @@
[CSS Transitions with transition: all: property <width> from [max-content\] to neutral at (0.6) should be [70px\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to neutral at (1) should be [50px\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [max-content\] to neutral at (1.5) should be [25px\]]
expected: FAIL
@ -686,9 +509,6 @@
[CSS Animations: property <width> from [max-content\] to neutral at (0.6) should be [70px\]]
expected: FAIL
[CSS Animations: property <width> from [max-content\] to neutral at (1) should be [50px\]]
expected: FAIL
[CSS Animations: property <width> from [max-content\] to neutral at (1.5) should be [25px\]]
expected: FAIL
@ -749,9 +569,6 @@
[CSS Animations: property <width> from neutral to [min-content\] at (-0.3) should be [35px\]]
expected: FAIL
[CSS Animations: property <width> from neutral to [min-content\] at (0) should be [50px\]]
expected: FAIL
[CSS Animations: property <width> from neutral to [min-content\] at (0.3) should be [65px\]]
expected: FAIL

View file

@ -1,16 +1,10 @@
[dialog.html]
[Closed dialog in width: 540px iframe]
expected: FAIL
[Open dialog in width: 540px iframe]
expected: FAIL
[Modal dialog in width: 540px iframe]
expected: FAIL
[Closed dialog in width: 538px iframe]
expected: FAIL
[Open dialog in width: 538px iframe]
expected: FAIL