mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'dcf353e2846063d4b9e62ec75545d0ea857ef765' (#30045)
This commit is contained in:
parent
8a5d5eaf13
commit
4061d13ba6
610 changed files with 10249 additions and 12779 deletions
|
@ -7,3 +7,6 @@
|
|||
|
||||
[transition:all with transition-animation-type:discrete should animate discrete properties.]
|
||||
expected: FAIL
|
||||
|
||||
[transition:all with transition-behavior:allow-discrete should animate discrete properties.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,78 @@
|
|||
[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
|
|
@ -0,0 +1,9 @@
|
|||
[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