Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2061)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-stream-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-stream-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-stream-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-stream-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b6bb2aa463864827b29b6062771f80afb35f50aa
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-consume-stream-expected.txt
@@ -0,0 +1,12 @@
+This is a testharness.js-based test.
+PASS Read empty text response's body as readableStream
+PASS Read empty blob response's body as readableStream
+PASS Read blob response's body as readableStream
+PASS Read text response's body as readableStream
+PASS Read URLSearchParams response's body as readableStream
+PASS Read array buffer response's body as readableStream
+FAIL Read form data response's body as readableStream assert_array_equals: Retrieve and verify stream lengths differ, expected 10 got 140
+PASS Getting an error Response stream
+FAIL Getting a redirect Response stream assert_not_equals: got disallowed value undefined
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698