summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/response/response-consume-stream.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/response/response-consume-stream.html.ini')
-rw-r--r--testing/web-platform/meta/fetch/api/response/response-consume-stream.html.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/response/response-consume-stream.html.ini b/testing/web-platform/meta/fetch/api/response/response-consume-stream.html.ini
new file mode 100644
index 000000000..21ed2f7d8
--- /dev/null
+++ b/testing/web-platform/meta/fetch/api/response/response-consume-stream.html.ini
@@ -0,0 +1,26 @@
+[response-consume-stream.html]
+ type: testharness
+ [Read empty text response's body as readableStream]
+ expected: FAIL
+
+ [Read empty blob response's body as readableStream]
+ expected: FAIL
+
+ [Read blob response's body as readableStream]
+ expected: FAIL
+
+ [Read text response's body as readableStream]
+ expected: FAIL
+
+ [Read form data response's body as readableStream]
+ expected: FAIL
+
+ [Getting an error Response stream]
+ expected: FAIL
+
+ [Getting a redirect Response stream]
+ expected: FAIL
+
+ [Read array buffer response's body as readableStream]
+ expected: FAIL
+