mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Implement transition-behavior
(#33991)
Bump Stylo to https://github.com/servo/stylo/pull/84 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
156840bbad
commit
f05f1b3690
31 changed files with 20 additions and 1024 deletions
|
@ -1,16 +1,4 @@
|
|||
[transition-behavior.html]
|
||||
[e.style['transition-behavior'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-behavior value 'normal']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition-behavior'\] = "allow-discrete" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[Property transition-behavior value 'allow-discrete']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "allow-discrete display" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[transition-shorthand.html]
|
||||
[e.style['transition'\] = "1s -3s cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['transition'\] = "cubic-bezier(0, -2, 1, 3) top, 1s -3s" should set transition-behavior]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue