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 dbf38c24cccbc5bde26262b53fb9a84b76314d20..00afc4f8027c0a7d13a4178edcb80d3cf6279771 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 must be primary interface of new Response() |
@@ -38,7 +38,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. |