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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: LayoutTests, FetchDataLoader 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/request/request-idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
index 41035143488b97392861ba462633bc299a5a2961..93b1e2a2549262d1ace1cf0ea3fdfab788a70234 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
@@ -21,7 +21,7 @@ FAIL Request interface: attribute body assert_true: The prototype object must ha
PASS Request interface: attribute bodyUsed
PASS Request interface: operation arrayBuffer()
PASS Request interface: operation blob()
-FAIL Request interface: operation formData() assert_own_property: interface prototype object missing non-static operation expected property "formData" missing
+PASS Request interface: operation formData()
PASS Request interface: operation json()
PASS Request interface: operation text()
PASS Request must be primary interface of new Request("")
@@ -43,7 +43,7 @@ FAIL Request interface: new Request("") must inherit property "body" with the pr
PASS Request interface: new Request("") must inherit property "bodyUsed" with the proper type (14)
PASS Request interface: new Request("") must inherit property "arrayBuffer" with the proper type (15)
PASS Request interface: new Request("") must inherit property "blob" with the proper type (16)
-FAIL Request interface: new Request("") must inherit property "formData" with the proper type (17) assert_inherits: property "formData" not found in prototype chain
+PASS Request interface: new Request("") must inherit property "formData" with the proper type (17)
PASS Request interface: new Request("") must inherit property "json" with the proper type (18)
PASS Request interface: new Request("") must inherit property "text" with the proper type (19)
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698