From 40310eaebfaa38eff929213f2d6b912b87ad3edf Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Thu, 24 Jun 2021 11:38:37 +0200 Subject: fix(url): use USVStrings in URLSearchParams constructor (#11101) --- tools/wpt/expectation.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') 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, -- cgit v1.2.3