Update web-platform-tests to revision b'86de4ffa4e439098e05f05de7d8cae1c24ff84fb' (#32200)

Co-authored-by: Servo WPT Sync <josh+wptsync@joshmatthews.net>
This commit is contained in:
Samson 2024-05-01 17:47:11 +02:00 committed by GitHub
parent 6065abcb6b
commit eb7484de5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
893 changed files with 44893 additions and 6623 deletions

View file

@ -1,12 +0,0 @@
[animation-delay-end-computed.tentative.html]
[Property animation-delay-end value 'initial']
expected: FAIL
[Property animation-delay-end value '-500ms']
expected: FAIL
[Property animation-delay-end value 'calc(2 * 3s)']
expected: FAIL
[Property animation-delay-end value '20s, 10s']
expected: FAIL

View file

@ -1,12 +0,0 @@
[animation-delay-end-valid.tentative.html]
[e.style['animation-delay-end'\] = "-5ms" should set the property value]
expected: FAIL
[e.style['animation-delay-end'\] = "0s" should set the property value]
expected: FAIL
[e.style['animation-delay-end'\] = "10s" should set the property value]
expected: FAIL
[e.style['animation-delay-end'\] = "20s, 10s" should set the property value]
expected: FAIL

View file

@ -1,60 +0,0 @@
[animation-delay-shorthand-computed.html]
[Property animation-delay value '1s 2s']
expected: FAIL
[Property animation-delay value '1s 2s, 3s']
expected: FAIL
[Property animation-delay value '1s, 2s 3s']
expected: FAIL
[Property animation-delay value 'cover']
expected: FAIL
[Property animation-delay value 'contain']
expected: FAIL
[Property animation-delay value 'enter']
expected: FAIL
[Property animation-delay value 'exit']
expected: FAIL
[Property animation-delay value 'enter, exit']
expected: FAIL
[Property animation-delay value 'enter 0% enter 100%']
expected: FAIL
[Property animation-delay value 'exit 0% exit 100%']
expected: FAIL
[Property animation-delay value 'cover 0% cover 100%']
expected: FAIL
[Property animation-delay value 'contain 0% contain 100%']
expected: FAIL
[Property animation-delay value 'cover 50%']
expected: FAIL
[Property animation-delay value 'contain 50%']
expected: FAIL
[Property animation-delay value 'enter 50%']
expected: FAIL
[Property animation-delay value 'exit 50%']
expected: FAIL
[Property animation-delay value 'enter 50% 0s']
expected: FAIL
[Property animation-delay value '0s enter 50%']
expected: FAIL
[Property animation-delay value 'enter 50% exit 50%']
expected: FAIL
[Property animation-delay value 'cover 50% enter 50%, contain 50% exit 50%']
expected: FAIL

View file

@ -1,150 +0,0 @@
[animation-delay-shorthand.html]
[e.style['animation-delay'\] = "1s 2s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "1s, 2s 3s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% enter 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "exit 0% exit 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover 0% cover 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "contain 0% contain 100%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "contain 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "exit 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 50% 0s" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "0s enter 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "enter 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "cover 50% enter 50%, contain 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "1s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "cover" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "cover" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "cover" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "contain" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "contain" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "contain" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter 10% exit 20%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter 0%, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-end]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-start]
expected: FAIL
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should not set unrelated longhands]
expected: FAIL

View file

@ -1,12 +0,0 @@
[animation-delay-start-computed.tentative.html]
[Property animation-delay-start value 'initial']
expected: FAIL
[Property animation-delay-start value '-500ms']
expected: FAIL
[Property animation-delay-start value 'calc(2 * 3s)']
expected: FAIL
[Property animation-delay-start value '20s, 10s']
expected: FAIL

View file

@ -1,12 +0,0 @@
[animation-delay-start-valid.tentative.html]
[e.style['animation-delay-start'\] = "-5ms" should set the property value]
expected: FAIL
[e.style['animation-delay-start'\] = "0s" should set the property value]
expected: FAIL
[e.style['animation-delay-start'\] = "10s" should set the property value]
expected: FAIL
[e.style['animation-delay-start'\] = "20s, 10s" should set the property value]
expected: FAIL