diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-05-23 10:27:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 00:27:58 +0000 |
commit | 8a636d0600dc7000d1e12b2fc4f4f46ecd70164a (patch) | |
tree | a568fcac6b658e041f15da3b62953a5b812433f6 /tests/wpt | |
parent | f5d0c4b1ea39e34e2e068264f18021a4f7412479 (diff) |
feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)
Closes #23790
Diffstat (limited to 'tests/wpt')
-rw-r--r-- | tests/wpt/runner/expectation.json | 24 | ||||
m--------- | tests/wpt/suite | 0 |
2 files changed, 19 insertions, 5 deletions
diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json index 1f2dfa684..e3f2ac972 100644 --- a/tests/wpt/runner/expectation.json +++ b/tests/wpt/runner/expectation.json @@ -7153,6 +7153,12 @@ "response": { "json.any.html": true, "json.any.worker.html": true, + "response-blob-realm.any.html": [ + "realm of the Uint8Array from Response bytes()" + ], + "response-blob-realm.any.worker.html": [ + "realm of the Uint8Array from Response bytes()" + ], "response-init-001.any.html": true, "response-init-001.any.worker.html": true, "response-init-002.any.html": true, @@ -8148,7 +8154,11 @@ "HTTP/1.1 200 ", "HTTP/1.1 999 DOES IT MATTER " ], - "resources-with-0x00-in-header.window.html": false + "resources-with-0x00-in-header.window.html": [ + "Expect network error for script with 0x00 in a header", + "Expect network error for frame navigation to resource with 0x00 in a header", + "Expect network error for image with 0x00 in a header" + ] }, "range": { "general.any.html": [ @@ -12825,8 +12835,6 @@ "eventsource-onopen.any.worker.html": true, "eventsource-prototype.any.html": true, "eventsource-prototype.any.worker.html": true, - "eventsource-request-cancellation.window.any.html": false, - "eventsource-request-cancellation.window.any.worker.html": false, "eventsource-url.any.html": true, "eventsource-url.any.worker.html": true, "format-bom-2.any.html": true, @@ -12883,6 +12891,12 @@ "eventsource-constructor-stringify.window.html": false, "eventsource-cross-origin.window.html": false, "eventsource-reconnect.window.html": false, - "request-status-error.window.html": false + "request-status-error.window.html": false, + "eventsource-constructor-empty-url.any.serviceworker.html": false, + "eventsource-constructor-empty-url.any.sharedworker.html": false, + "eventsource-constructor-url-bogus.any.serviceworker.html": false, + "eventsource-constructor-url-bogus.any.sharedworker.html": false, + "request-credentials.window.html": false, + "request-redirect.window.html": false } -} +}
\ No newline at end of file diff --git a/tests/wpt/suite b/tests/wpt/suite -Subproject 5e8f71d73049d4fca2a8cbc62d40e821400f162 +Subproject 915d40b37fbd3554548d5cbec9f335f329ccc94 |