From 17ddf2f97c58db0b6825809a8bc325f0bda65b1b Mon Sep 17 00:00:00 2001 From: Lino Le Van <11367844+lino-levan@users.noreply.github.com> Date: Sun, 2 Jul 2023 08:26:48 -0700 Subject: feat(ext/url): URLSearchParams two-argument delete() and has() (#19654) --- tools/wpt/expectation.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b418608e7..b7813f008 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3205,12 +3205,10 @@ "urlsearchparams-constructor.any.html": true, "urlsearchparams-constructor.any.worker.html": true, "urlsearchparams-delete.any.html": [ - "Changing the query of a URL with an opaque path can impact the path", - "Two-argument delete()" + "Changing the query of a URL with an opaque path can impact the path" ], "urlsearchparams-delete.any.worker.html": [ - "Changing the query of a URL with an opaque path can impact the path", - "Two-argument delete()" + "Changing the query of a URL with an opaque path can impact the path" ], "urlsearchparams-foreach.any.html": true, "urlsearchparams-foreach.any.worker.html": true, @@ -3218,12 +3216,8 @@ "urlsearchparams-get.any.worker.html": true, "urlsearchparams-getall.any.html": true, "urlsearchparams-getall.any.worker.html": true, - "urlsearchparams-has.any.html": [ - "Two-argument has()" - ], - "urlsearchparams-has.any.worker.html": [ - "Two-argument has()" - ], + "urlsearchparams-has.any.html": true, + "urlsearchparams-has.any.worker.html": true, "urlsearchparams-set.any.html": true, "urlsearchparams-set.any.worker.html": true, "urlsearchparams-size.any.html": true, -- cgit v1.2.3