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

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

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: More global-interface-listing*-expected.txt, urlencoded-parser-expected.txt Created 3 years, 7 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-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
index 274baee9ed80a36b03a9117d79bc601ab17e2e76..8ffa3b11305e6b847c32ac4491fde61e68846f7f 100644
--- 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
@@ -3,9 +3,9 @@ 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 (error case)
-FAIL Consume response's body as formData with correct multipart type (error case) response.formData is not a function
-FAIL Consume response's body as formData with correct urlencoded type response.formData is not a function
-FAIL Consume response's body as formData without correct type (error case) response.formData is not a function
+PASS Consume response's body as formData with correct multipart type (error case)
+PASS Consume response's body as formData with correct urlencoded type
+PASS Consume response's body as formData without correct type (error case)
PASS Consume empty blob response body as arrayBuffer
PASS Consume empty text response body as arrayBuffer
PASS Consume empty blob response body as text

Powered by Google App Engine
This is Rietveld 408576698