Update web-platform-tests to revision b'dcf353e2846063d4b9e62ec75545d0ea857ef765' (#30045)

This commit is contained in:
Servo WPT Sync
2023-08-01 09:47:21 -04:00
committed by GitHub
parent 8a5d5eaf13
commit 4061d13ba6
610 changed files with 10249 additions and 12779 deletions

View File

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