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

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: 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/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 1bb4b4afa88ae74a9840ea93e1fbc085c66d0d59..6b2ea97ec5e4510d1fb65883c61af8f9d998ba2a 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 interface: new Request("") must inherit property "method" with the proper type (0)
@@ -41,7 +41,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