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