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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-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-idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt
index 5c5fca99b1a7152f852502a4474512e15a8edfed..a13a667acb221f95a80700737c39c044ea094ac8 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt
@@ -18,7 +18,7 @@ PASS Response interface: attribute body
PASS Response interface: attribute bodyUsed
PASS Response interface: operation arrayBuffer()
PASS Response interface: operation blob()
-FAIL Response interface: operation formData() assert_own_property: interface prototype object missing non-static operation expected property "formData" missing
+PASS Response interface: operation formData()
PASS Response interface: operation json()
PASS Response interface: operation text()
PASS Response interface: new Response() must inherit property "error" with the proper type (0)
@@ -36,7 +36,7 @@ PASS Response interface: new Response() must inherit property "body" with the pr
PASS Response interface: new Response() must inherit property "bodyUsed" with the proper type (11)
PASS Response interface: new Response() must inherit property "arrayBuffer" with the proper type (12)
PASS Response interface: new Response() must inherit property "blob" with the proper type (13)
-FAIL Response interface: new Response() must inherit property "formData" with the proper type (14) assert_inherits: property "formData" not found in prototype chain
+PASS Response interface: new Response() must inherit property "formData" with the proper type (14)
PASS Response interface: new Response() must inherit property "json" with the proper type (15)
PASS Response interface: new Response() must inherit property "text" with the proper type (16)
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698