Update web-platform-tests to revision b'f2cdcb7e9550e74d07ed6cf17bbcb9643aeedb99' (#32381)

This commit is contained in:
Servo WPT Sync 2024-05-25 23:58:17 -04:00 committed by GitHub
parent 512e67f6d1
commit a7bf099cb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
423 changed files with 9399 additions and 2401 deletions

View file

@ -71,6 +71,18 @@
[WorkerGlobalScope interface: calling fetch(RequestInfo, optional RequestInit) on self with too few arguments must throw TypeError]
expected: FAIL
[Request interface: operation bytes()]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "bytes()" with the proper type]
expected: FAIL
[Response interface: operation bytes()]
expected: FAIL
[Response interface: new Response() must inherit property "bytes()" with the proper type]
expected: FAIL
[idlharness.any.sharedworker.html]
expected: ERROR
@ -148,6 +160,18 @@
[Window interface: calling fetch(RequestInfo, optional RequestInit) on window with too few arguments must throw TypeError]
expected: FAIL
[Request interface: operation bytes()]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "bytes()" with the proper type]
expected: FAIL
[Response interface: operation bytes()]
expected: FAIL
[Response interface: new Response() must inherit property "bytes()" with the proper type]
expected: FAIL
[idlharness.any.serviceworker.html]
expected: ERROR