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. |