mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Allow parsing transition-behavior
value in transition
shorthand (#34005)
Bump Stylo to https://github.com/servo/stylo/pull/85 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
dfe1c95aa6
commit
5d4b5514aa
2 changed files with 13 additions and 79 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
@ -1639,7 +1639,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dom"
|
name = "dom"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
]
|
]
|
||||||
|
@ -4265,7 +4265,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "malloc_size_of"
|
name = "malloc_size_of"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accountable-refcell",
|
"accountable-refcell",
|
||||||
"app_units",
|
"app_units",
|
||||||
|
@ -6265,7 +6265,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "selectors"
|
name = "selectors"
|
||||||
version = "0.25.0"
|
version = "0.25.0"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"cssparser",
|
"cssparser",
|
||||||
|
@ -6553,7 +6553,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "servo_arc"
|
name = "servo_arc"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"stable_deref_trait",
|
"stable_deref_trait",
|
||||||
|
@ -6562,7 +6562,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "servo_atoms"
|
name = "servo_atoms"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"string_cache",
|
"string_cache",
|
||||||
"string_cache_codegen",
|
"string_cache_codegen",
|
||||||
|
@ -6782,7 +6782,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "size_of_test"
|
name = "size_of_test"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
]
|
]
|
||||||
|
@ -6923,7 +6923,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "static_prefs"
|
name = "static_prefs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strck"
|
name = "strck"
|
||||||
|
@ -6976,7 +6976,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "style"
|
name = "style"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units",
|
"app_units",
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
|
@ -7034,7 +7034,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "style_config"
|
name = "style_config"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
]
|
]
|
||||||
|
@ -7042,7 +7042,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "style_derive"
|
name = "style_derive"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"darling",
|
"darling",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
@ -7072,7 +7072,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "style_traits"
|
name = "style_traits"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units",
|
"app_units",
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
|
@ -7441,7 +7441,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "to_shmem"
|
name = "to_shmem"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cssparser",
|
"cssparser",
|
||||||
"servo_arc",
|
"servo_arc",
|
||||||
|
@ -7454,7 +7454,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "to_shmem_derive"
|
name = "to_shmem_derive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/servo/stylo?branch=2024-10-04#e3406b494050891193bc5123020d83c998366b88"
|
source = "git+https://github.com/servo/stylo?branch=2024-10-04#789ab89c30d94e25f514c19c079a00a6ab583638"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"darling",
|
"darling",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
|
@ -1,66 +0,0 @@
|
||||||
[transition-behavior.html]
|
|
||||||
[e.style['transition'\] = "allow-discrete display" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'allow-discrete display']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "allow-discrete display 3s" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'allow-discrete display 3s']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "allow-discrete display 3s 1s" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'allow-discrete display 3s 1s']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "allow-discrete display 3s ease-in-out" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'allow-discrete display 3s ease-in-out']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "allow-discrete display 3s ease-in-out 1s" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'allow-discrete display 3s ease-in-out 1s']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "display allow-discrete 3s ease-in-out 1s" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "display 3s allow-discrete ease-in-out 1s" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "display 3s ease-in-out allow-discrete 1s" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "display 3s ease-in-out 1s allow-discrete" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'display allow-discrete 3s ease-in-out 1s']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'display 3s allow-discrete ease-in-out 1s']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'display 3s ease-in-out allow-discrete 1s']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'display 3s ease-in-out 1s allow-discrete']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "allow-discrete display, normal opacity, color" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'allow-discrete display, normal opacity, color']
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[e.style['transition'\] = "normal opacity, color, allow-discrete display" should set the property value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Property transition value 'normal opacity, color, allow-discrete display']
|
|
||||||
expected: FAIL
|
|
Loading…
Add table
Add a link
Reference in a new issue