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:
Oriol Brufau 2024-10-25 19:39:56 +02:00 committed by GitHub
parent dfe1c95aa6
commit 5d4b5514aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 79 deletions

View file

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