Update web-platform-tests to revision b'cb53e377321267af4f5a1f05b3b851aab6fa8ede' (#32313)

This commit is contained in:
Servo WPT Sync 2024-05-19 13:33:02 -04:00 committed by GitHub
parent 8868c1372b
commit b44d064fae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
364 changed files with 7960 additions and 1600 deletions

View file

@ -0,0 +1,8 @@
[response-blob-realm.any.html]
[realm of the Uint8Array from Response bytes()]
expected: FAIL
[response-blob-realm.any.worker.html]
[realm of the Uint8Array from Response bytes()]
expected: FAIL

View file

@ -1,9 +1,21 @@
[response-error-from-stream.any.worker.html]
[ReadableStream start() Error propagates to Response.bytes() Promise]
expected: FAIL
[ReadableStream pull() Error propagates to Response.bytes() Promise]
expected: FAIL
[response-error-from-stream.any.serviceworker.html]
expected: ERROR
[response-error-from-stream.any.html]
[ReadableStream start() Error propagates to Response.bytes() Promise]
expected: FAIL
[ReadableStream pull() Error propagates to Response.bytes() Promise]
expected: FAIL
[response-error-from-stream.any.sharedworker.html]
expected: ERROR

View file

@ -2,8 +2,14 @@
expected: ERROR
[response-stream-bad-chunk.any.html]
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
expected: FAIL
[response-stream-bad-chunk.any.worker.html]
[ReadableStream with non-Uint8Array chunk passed to Response.bytes() causes TypeError]
expected: FAIL
[response-stream-bad-chunk.any.serviceworker.html]
expected: ERROR