Enable stretch keyword (#33659)

Bump Stylo to servo/stylo#81

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2024-10-05 20:27:43 +02:00 committed by GitHub
parent 0a5540f6a4
commit ea84f7b135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 14 additions and 830 deletions

28
Cargo.lock generated
View file

@ -1422,7 +1422,7 @@ dependencies = [
[[package]]
name = "derive_common"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"darling",
"proc-macro2",
@ -1612,7 +1612,7 @@ dependencies = [
[[package]]
name = "dom"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"bitflags 2.6.0",
]
@ -4236,7 +4236,7 @@ dependencies = [
[[package]]
name = "malloc_size_of"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"accountable-refcell",
"app_units",
@ -6060,7 +6060,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.24.0"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"bitflags 2.6.0",
"cssparser",
@ -6348,7 +6348,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.2.0"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"serde",
"stable_deref_trait",
@ -6357,7 +6357,7 @@ dependencies = [
[[package]]
name = "servo_atoms"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"string_cache",
"string_cache_codegen",
@ -6575,7 +6575,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "size_of_test"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"static_assertions",
]
@ -6716,7 +6716,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_prefs"
version = "0.1.0"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
[[package]]
name = "strck"
@ -6769,7 +6769,7 @@ dependencies = [
[[package]]
name = "style"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"app_units",
"arrayvec",
@ -6827,7 +6827,7 @@ dependencies = [
[[package]]
name = "style_config"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"lazy_static",
]
@ -6835,7 +6835,7 @@ dependencies = [
[[package]]
name = "style_derive"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"darling",
"derive_common",
@ -6866,7 +6866,7 @@ dependencies = [
[[package]]
name = "style_traits"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"app_units",
"bitflags 2.6.0",
@ -7237,7 +7237,7 @@ dependencies = [
[[package]]
name = "to_shmem"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"cssparser",
"servo_arc",
@ -7250,7 +7250,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.0.1"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#dd8d32c10fb5667d5c8a28660c1bc5bb291e3ac8"
source = "git+https://github.com/servo/stylo?branch=2024-09-02#a8cc501222fed1050b0a042736a3630720e9b996"
dependencies = [
"darling",
"derive_common",

View file

@ -377,90 +377,6 @@
[Web Animations: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Animations: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL

View file

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

View file

@ -242,18 +242,6 @@
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
expected: FAIL
@ -263,60 +251,6 @@
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (-0.3) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0.3) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (-0.3) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0.3) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Animations: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
expected: FAIL

View file

@ -362,18 +362,6 @@
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -383,60 +371,6 @@
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL

View file

@ -242,18 +242,6 @@
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.3) should be [0px\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-width> from [0px\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [0px\]]
expected: FAIL
@ -263,60 +251,6 @@
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.3) should be [0px\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-width> from [0px\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-width> from [0px\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [0px\]]
expected: FAIL

View file

@ -311,90 +311,6 @@
[Web Animations: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Animations: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL

View file

@ -479,90 +479,6 @@
[Web Animations: property <height> from [max-content\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Animations: property <height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL

View file

@ -248,18 +248,6 @@
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-height> from [stretch\] 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-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
expected: FAIL
@ -269,60 +257,6 @@
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] 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-height> from [stretch\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-height> from [stretch\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions: property <max-height> from [stretch\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (0) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (0.3) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (0.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (0.6) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (1) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-height> from [stretch\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Animations: property <max-height> from [stretch\] to [fit-content\] at (-0.3) should be [stretch\]]
expected: FAIL

View file

@ -188,18 +188,6 @@
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
expected: FAIL
@ -209,60 +197,6 @@
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (-0.3) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0.3) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (-0.3) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0.3) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0.5) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (0.6) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (1) should be [none\]]
expected: FAIL
[CSS Transitions with transition: all: property <max-width> from [stretch\] to [none\] at (1.5) should be [none\]]
expected: FAIL
[CSS Animations: property <max-width> from [stretch\] to [none\] at (-0.3) should be [stretch\]]
expected: FAIL

View file

@ -284,18 +284,6 @@
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL
@ -305,60 +293,6 @@
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [max-content\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0.5) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (0.6) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (1) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition: all: property <min-height> from [max-content\] to [stretch\] at (1.5) should be [stretch\]]
expected: FAIL
[CSS Animations: property <min-height> from [max-content\] to [stretch\] at (-0.3) should be [max-content\]]
expected: FAIL

View file

@ -197,24 +197,6 @@
[CSS Transitions with transition: all: property <min-width> from [0px\] to [stretch\] at (1.5) should be [calc-size(stretch, 0px + size * 1.5)\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [calc-size(stretch, 0px + size * -0.3)\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (0) should be [calc-size(stretch, 0px + size * 0)\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.3) should be [calc-size(stretch, 0px + size * 0.3)\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (0.6) should be [calc-size(stretch, 0px + size * 0.6)\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (1) should be [calc-size(stretch, 0px + size * 1)\]]
expected: FAIL
[CSS Animations: property <min-width> from [0px\] to [stretch\] at (1.5) should be [calc-size(stretch, 0px + size * 1.5)\]]
expected: FAIL
[Web Animations: property <min-width> from [0px\] to [stretch\] at (-0.3) should be [calc-size(stretch, 0px + size * -0.3)\]]
expected: FAIL

View file

@ -230,90 +230,6 @@
[Web Animations: property <width> from [auto\] to [fit-content\] at (1.5) should be [fit-content\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0.3) should be [stretch\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (-0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0.3) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0.5) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (0.6) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (1) should be [auto\]]
expected: FAIL
[CSS Transitions with transition: all: property <width> from [stretch\] to [auto\] at (1.5) should be [auto\]]
expected: FAIL
[CSS Animations: property <width> from [stretch\] to [auto\] at (-0.3) should be [stretch\]]
expected: FAIL