diff options
author | Luca Casonato <hello@lcas.dev> | 2021-06-16 18:40:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 18:40:35 +0200 |
commit | 2a66d5de01b584b7138084eb427c9ac09c254986 (patch) | |
tree | 0708f419e7ed2d9669678eb8d75029941a205c23 /tools | |
parent | 718cb6dad733fb7afb1ae8c49485dc85e1fa0e0b (diff) |
fix: align URL / URLSearchParams to spec (#11005)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 30 |
1 files changed, 1 insertions, 29 deletions
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": [ "<a> and <area>.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<USVString, USVString>", - "URLSearchParams interface: stringifier", - "Stringification of new URLSearchParams(\"hi=there&thank=you\")" - ], + "idlharness.any.html": true, "url-constructor.any.html": [ "Parsing: <file://%43%7C> against <about:blank>", "Parsing: <file://%43|> against <about:blank>", @@ -879,7 +852,6 @@ "redirect-to-dataurl.any.html": true }, "idlharness.any.html": [ - "Headers interface: iterable<ByteString, ByteString>", "Request interface: attribute destination", "Request interface: attribute referrer", "Request interface: attribute referrerPolicy", |