Sync WPT with upstream (11-02-2024) (#31309)

* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-02-11 03:01:56 -05:00 committed by GitHub
parent 19667e117a
commit 03ac032798
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
483 changed files with 11930 additions and 4402 deletions

View file

@ -1,17 +1,11 @@
[bad-gzip-body.any.serviceworker.html]
expected: ERROR
[bad-gzip-body.any.sharedworker.html]
expected: ERROR
[bad-gzip-body.any.html]
[Consuming the body of a resource with bad gzip content with json() should reject]
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with blob() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
[Consuming the body of a resource with bad gzip content with json() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with text() should reject]
@ -19,15 +13,21 @@
[bad-gzip-body.any.worker.html]
[Consuming the body of a resource with bad gzip content with json() should reject]
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with blob() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
[Consuming the body of a resource with bad gzip content with json() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with text() should reject]
expected: FAIL
[bad-gzip-body.any.serviceworker.html]
expected: ERROR
[bad-gzip-body.any.sharedworker.html]
expected: ERROR

View file

@ -1,4 +1,4 @@
[big-gzip-body.https.any.sharedworker.html]
[big-gzip-body.https.any.serviceworker.html]
expected: ERROR
[big-gzip-body.https.any.worker.html]
@ -17,5 +17,5 @@
expected: FAIL
[big-gzip-body.https.any.serviceworker.html]
[big-gzip-body.https.any.sharedworker.html]
expected: ERROR

View file

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

View file

@ -0,0 +1,33 @@
[bad-zstd-body.https.any.html]
[Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with blob() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with json() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with text() should reject]
expected: FAIL
[bad-zstd-body.https.any.worker.html]
[Consuming the body of a resource with bad zstd content with arrayBuffer() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with blob() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with json() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with text() should reject]
expected: FAIL
[bad-zstd-body.https.any.sharedworker.html]
expected: ERROR
[bad-zstd-body.https.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,15 @@
[big-window-zstd-body.tentative.https.any.serviceworker.html]
expected: ERROR
[big-window-zstd-body.tentative.https.any.html]
[Consuming the body of a resource with too large of a zstd window size should reject]
expected: FAIL
[big-window-zstd-body.tentative.https.any.worker.html]
[Consuming the body of a resource with too large of a zstd window size should reject]
expected: FAIL
[big-window-zstd-body.tentative.https.any.sharedworker.html]
expected: ERROR

View file

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

View file

@ -0,0 +1,20 @@
[zstd-body.https.any.serviceworker.html]
expected: ERROR
[zstd-body.https.any.html]
[fetched zstd data with content type text should be decompressed.]
expected: FAIL
[fetched zstd data with content type octetstream should be decompressed.]
expected: FAIL
[zstd-body.https.any.sharedworker.html]
expected: ERROR
[zstd-body.https.any.worker.html]
[fetched zstd data with content type text should be decompressed.]
expected: FAIL
[fetched zstd data with content type octetstream should be decompressed.]
expected: FAIL