From 2a66d5de01b584b7138084eb427c9ac09c254986 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 16 Jun 2021 18:40:35 +0200 Subject: fix: align URL / URLSearchParams to spec (#11005) --- tools/wpt/expectation.json | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index e4ce77f9b..54e8fe7d0 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -586,34 +586,7 @@ "historical.any.html": [ " and .searchParams should be undefined" ], - "idlharness.any.html": [ - "URL interface object length", - "URL interface: attribute href", - "URL interface: stringifier", - "URL interface: attribute origin", - "URL interface: attribute protocol", - "URL interface: attribute username", - "URL interface: attribute password", - "URL interface: attribute host", - "URL interface: attribute hostname", - "URL interface: attribute port", - "URL interface: attribute pathname", - "URL interface: attribute search", - "URL interface: attribute searchParams", - "URL interface: attribute hash", - "URL interface: operation toJSON()", - "Stringification of new URL(\"http://foo\")", - "URLSearchParams interface: operation append(USVString, USVString)", - "URLSearchParams interface: operation delete(USVString)", - "URLSearchParams interface: operation get(USVString)", - "URLSearchParams interface: operation getAll(USVString)", - "URLSearchParams interface: operation has(USVString)", - "URLSearchParams interface: operation set(USVString, USVString)", - "URLSearchParams interface: operation sort()", - "URLSearchParams interface: iterable", - "URLSearchParams interface: stringifier", - "Stringification of new URLSearchParams(\"hi=there&thank=you\")" - ], + "idlharness.any.html": true, "url-constructor.any.html": [ "Parsing: against ", "Parsing: against ", @@ -879,7 +852,6 @@ "redirect-to-dataurl.any.html": true }, "idlharness.any.html": [ - "Headers interface: iterable", "Request interface: attribute destination", "Request interface: attribute referrer", "Request interface: attribute referrerPolicy", -- cgit v1.2.3