summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/basic/request-headers.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/basic/request-headers.html.ini')
-rw-r--r--testing/web-platform/meta/fetch/api/basic/request-headers.html.ini29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/basic/request-headers.html.ini b/testing/web-platform/meta/fetch/api/basic/request-headers.html.ini
new file mode 100644
index 000000000..ab224017d
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/basic/request-headers.html.ini
@@ -0,0 +1,29 @@
+[request-headers.html]
+ type: testharness
+ [Fetch with HEAD with body]
+ expected: FAIL
+
+ [Fetch with POST with FormData body]
+ expected: FAIL
+
+ [Fetch with POST with Blob body]
+ expected: FAIL
+
+ [Fetch with POST with ArrayBuffer body]
+ expected: FAIL
+
+ [Fetch with POST with Uint8Array body]
+ expected: FAIL
+
+ [Fetch with POST with Int8Array body]
+ expected: FAIL
+
+ [Fetch with POST with Float32Array body]
+ expected: FAIL
+
+ [Fetch with POST with Float64Array body]
+ expected: FAIL
+
+ [Fetch with POST with DataView body]
+ expected: FAIL
+