summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreu Botella <abb@randomunok.com>2021-06-24 11:38:37 +0200
committerGitHub <noreply@github.com>2021-06-24 11:38:37 +0200
commit40310eaebfaa38eff929213f2d6b912b87ad3edf (patch)
tree1486e6c28666adb8327cf82947d283d49d25fd4c /tools
parentd54e3ea9bb496f3b9152def8532525de40009df0 (diff)
fix(url): use USVStrings in URLSearchParams constructor (#11101)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 94d9ea81c..d22f9694d 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -669,11 +669,7 @@
"url-tojson.any.html": true,
"urlencoded-parser.any.html": true,
"urlsearchparams-append.any.html": true,
- "urlsearchparams-constructor.any.html": [
- "Construct with 2 unpaired surrogates (no trailing)",
- "Construct with 3 unpaired surrogates (no leading)",
- "Construct with object with NULL, non-ASCII, and surrogate keys"
- ],
+ "urlsearchparams-constructor.any.html": true,
"urlsearchparams-delete.any.html": true,
"urlsearchparams-foreach.any.html": true,
"urlsearchparams-get.any.html": true,