Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-empty-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-empty-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-empty-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..892b5393816d945171396dbcaaba0bebe8f376c9 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-empty-expected.txt |
@@ -0,0 +1,15 @@ |
+This is a testharness.js-based test. |
+PASS Consume response's body as text |
+PASS Consume response's body as blob |
+PASS Consume response's body as arrayBuffer |
+PASS Consume response's body as json |
+FAIL Consume response's body as formData response.formData is not a function |
+PASS Consume empty blob response body as arrayBuffer |
+PASS Consume empty text response body as arrayBuffer |
+PASS Consume empty blob response body as text |
+PASS Consume empty text response body as text |
+PASS Consume empty URLSearchParams response body as text |
+FAIL Consume empty FormData response body as text assert_equals: Resolved value should be empty expected 0 but got 44 |
+PASS Consume empty ArrayBuffer response body as text |
+Harness: the test ran to completion. |
+ |