Sync WPT with upstream (02-06-2025) (#37212)

Automated downstream sync of changes from upstream as of 02-06-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-06-02 08:06:09 +02:00 committed by GitHub
parent f710e2cab4
commit 2a07ef01f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
230 changed files with 6516 additions and 2061 deletions

View file

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

View file

@ -11,6 +11,9 @@
[Consuming the body of a resource with bad gzip content with text() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with bytes() should reject]
expected: FAIL
[bad-gzip-body.any.worker.html]
[Consuming the body of a resource with bad gzip content with arrayBuffer() should reject]
@ -25,6 +28,9 @@
[Consuming the body of a resource with bad gzip content with text() should reject]
expected: FAIL
[Consuming the body of a resource with bad gzip content with bytes() should reject]
expected: FAIL
[bad-gzip-body.any.serviceworker.html]
expected: ERROR

View file

@ -11,6 +11,9 @@
[Consuming the body of a resource with bad zstd content with text() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with bytes() 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]
@ -25,6 +28,9 @@
[Consuming the body of a resource with bad zstd content with text() should reject]
expected: FAIL
[Consuming the body of a resource with bad zstd content with bytes() should reject]
expected: FAIL
[bad-zstd-body.https.any.sharedworker.html]
expected: ERROR