mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
79 lines
2.6 KiB
INI
79 lines
2.6 KiB
INI
[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
|
|
|
|
[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
|