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..5c5fca99b1a7152f852502a4474512e15a8edfed 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 |
@@ -21,8 +21,6 @@ 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 json() |
PASS Response interface: operation text() |
-PASS Response must be primary interface of new Response() |
-PASS Stringification of new Response() |
PASS Response interface: new Response() must inherit property "error" with the proper type (0) |
PASS Response interface: new Response() must inherit property "redirect" with the proper type (1) |
PASS Response interface: calling redirect(USVString,unsigned short) on new Response() with too few arguments must throw TypeError |