mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -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