Update web-platform-tests to revision b'b73a0a32890ff293961eb55bb90ba57a5a711f48' (#32010)

This commit is contained in:
Servo WPT Sync 2024-04-06 22:58:36 -04:00 committed by GitHub
parent 1ffa61aabf
commit 05f1bbf0a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
765 changed files with 19221 additions and 3164 deletions

View file

@ -66,6 +66,12 @@
[Request on bad port 10080 should throw TypeError.]
expected: NOTRUN
[Request on bad port 4190 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6679 should throw TypeError.]
expected: NOTRUN
[request-bad-port.any.worker.html]
expected: TIMEOUT
@ -132,6 +138,12 @@
[Request on bad port 10080 should throw TypeError.]
expected: NOTRUN
[Request on bad port 4190 should throw TypeError.]
expected: NOTRUN
[Request on bad port 6679 should throw TypeError.]
expected: NOTRUN
[request-bad-port.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[dictionary-clear-site-data.tentative.https.html]
[Clear-Site-Data with "cache" directive must unregister dictionary]
expected: FAIL
[Clear-Site-Data with "cookies" directive must unregister dictionary]
expected: FAIL
[Clear-Site-Data with "storage" directive must not unregister dictionary]
expected: FAIL

View file

@ -0,0 +1,9 @@
[dictionary-decompression.tentative.https.html]
[Decompresion using Brotli with the dictionary works as expected]
expected: FAIL
[Decompresion using Zstandard with the dictionary works as expected]
expected: FAIL
[Decompresion of a cross origin resource works as expected]
expected: FAIL

View file

@ -0,0 +1,9 @@
[dictionary-fetch-with-link-element.tentative.https.html]
[Browser supports link element with dictionary rel.]
expected: FAIL
[Fetch same origin dictionary using link element]
expected: FAIL
[Fetch cross origin dictionary using link element]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dictionary-fetch-with-link-header.tentative.https.html]
[Fetch same origin dictionary using link header]
expected: FAIL

View file

@ -0,0 +1,9 @@
[dictionary-registration.tentative.https.html]
[Simple dictionary registration and unregistration]
expected: FAIL
[Dictionary registration with dictionary ID]
expected: FAIL
[New dictionary registration overrides the existing one]
expected: FAIL

View file

@ -0,0 +1,3 @@
[bad-br-body.https.any.html]
[Consuming the body of a resource with bad br content with arrayBuffer() should reject]
expected: FAIL

View file

@ -0,0 +1,21 @@
[big-br-body.https.any.serviceworker.html]
expected: ERROR
[big-br-body.https.any.html]
[large br data should be decompressed successfully]
expected: FAIL
[large br data should be decompressed successfully with byte stream]
expected: FAIL
[big-br-body.https.any.worker.html]
[large br data should be decompressed successfully]
expected: FAIL
[large br data should be decompressed successfully with byte stream]
expected: FAIL
[big-br-body.https.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,9 @@
[br-body.https.any.serviceworker.html]
expected: ERROR
[br-body.https.any.sharedworker.html]
expected: ERROR
[br-body.https.any.html]
[br-body.https.any.worker.html]

View file

@ -185,6 +185,3 @@
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: FAIL
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: TIMEOUT