diff options
author | Lino Le Van <11367844+lino-levan@users.noreply.github.com> | 2023-03-14 13:28:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 20:28:33 +0000 |
commit | eb990efcce1e5390e4ed76b858c05c6f9b3b6c11 (patch) | |
tree | 441a5d2f9430f354fb84a9be84e19e8844781982 /tools | |
parent | 1930c09b04bbf2150a601c0fe47c44750d8c2b57 (diff) |
feat(ext/url): URLSearchParams.size (#17884)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 52011ec1e..885354a45 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2090,6 +2090,7 @@ "urlsearchparams-has.any.worker.html": true, "urlsearchparams-set.any.html": true, "urlsearchparams-set.any.worker.html": true, + "urlsearchparams-size.any.html": true, "urlsearchparams-sort.any.html": true, "urlsearchparams-sort.any.worker.html": true, "urlsearchparams-stringifier.any.html": true, |