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:
Oriol Brufau 2024-10-24 22:34:10 +02:00 committed by GitHub
parent 156840bbad
commit f05f1b3690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 20 additions and 1024 deletions

View file

@ -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

View file

@ -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