summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLino Le Van <11367844+lino-levan@users.noreply.github.com>2023-07-02 08:26:48 -0700
committerGitHub <noreply@github.com>2023-07-02 17:26:48 +0200
commit17ddf2f97c58db0b6825809a8bc325f0bda65b1b (patch)
tree7561f7b86e79973f3d4e732e16c7963de195ba42 /tools
parentd8e8e60f9f32ffce785b2efd71cd78b337a5352c (diff)
feat(ext/url): URLSearchParams two-argument delete() and has() (#19654)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json14
1 files changed, 4 insertions, 10 deletions
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,