mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
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:
parent
f710e2cab4
commit
2a07ef01f5
230 changed files with 6516 additions and 2061 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue