summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-08-02 15:56:52 +0200
committerGitHub <noreply@github.com>2021-08-02 15:56:52 +0200
commit505d253436153b34a60018c732b55e900a331859 (patch)
treec6732b9470cb6da432fdcd63d268e373b9140616 /tools
parent3a2e94492b0d4df1ae5c3bb5a6a6a899538de10b (diff)
Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)" (#11565)
This reverts commit f87aa44d94240327fb4ab1dc756d70f71247edb4.
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index b09cbf34c..dc33d70de 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -2646,7 +2646,26 @@
"request-headers-nonascii.any.html": true,
"request-headers.any.html": [
"Fetch with PUT without body",
- "Fetch with POST without body"
+ "Fetch with PUT with body",
+ "Fetch with POST without body",
+ "Fetch with POST with text body",
+ "Fetch with POST with FormData body",
+ "Fetch with POST with URLSearchParams body",
+ "Fetch with POST with Blob body",
+ "Fetch with POST with ArrayBuffer body",
+ "Fetch with POST with Uint8Array body",
+ "Fetch with POST with Int8Array body",
+ "Fetch with POST with Float32Array body",
+ "Fetch with POST with Float64Array body",
+ "Fetch with POST with DataView body",
+ "Fetch with POST with Blob body with mime type",
+ "Fetch with Chicken",
+ "Fetch with Chicken with body",
+ "Fetch with POST and mode \"same-origin\" needs an Origin header",
+ "Fetch with POST and mode \"no-cors\" needs an Origin header",
+ "Fetch with PUT and mode \"same-origin\" needs an Origin header",
+ "Fetch with TacO and mode \"same-origin\" needs an Origin header",
+ "Fetch with TacO and mode \"cors\" needs an Origin header"
],
"text-utf8.any.html": true,
"accept-header.any.html": [