From 7bd2c607dd5aba82f4afb94a5c2e35ba5f0738cf Mon Sep 17 00:00:00 2001 From: Marcos Casagrande Date: Thu, 10 Nov 2022 00:31:14 +0100 Subject: fix(ext/response): make error, json, redirect enumerable (#16497) --- tools/wpt/expectation.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 6eee11ef8..c58b8934f 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3173,9 +3173,6 @@ "Request interface: new Request('about:blank') must inherit property \"isReloadNavigation\" with the proper type", "Request interface: new Request('about:blank') must inherit property \"isHistoryNavigation\" with the proper type", "Request interface: new Request('about:blank') must inherit property \"duplex\" with the proper type", - "Response interface: operation error()", - "Response interface: operation redirect(USVString, optional unsigned short)", - "Response interface: operation json(any, optional ResponseInit)", "Response interface: attribute body", "Response interface: attribute bodyUsed", "Response interface: calling redirect(USVString, optional unsigned short) on new Response() with too few arguments must throw TypeError", @@ -3206,9 +3203,6 @@ "Request interface: new Request('about:blank') must inherit property \"isReloadNavigation\" with the proper type", "Request interface: new Request('about:blank') must inherit property \"isHistoryNavigation\" with the proper type", "Request interface: new Request('about:blank') must inherit property \"duplex\" with the proper type", - "Response interface: operation error()", - "Response interface: operation redirect(USVString, optional unsigned short)", - "Response interface: operation json(any, optional ResponseInit)", "Response interface: attribute body", "Response interface: attribute bodyUsed", "Response interface: calling redirect(USVString, optional unsigned short) on new Response() with too few arguments must throw TypeError", -- cgit v1.2.3