mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Add value argument to URLSearchParams's has() and delete()
This commit should fix #29725. Signed-off-by: Veronika Bušů <paricbat@email.cz>
This commit is contained in:
parent
419c03182f
commit
e40ec79f65
4 changed files with 14 additions and 20 deletions
|
@ -2,13 +2,7 @@
|
|||
[Changing the query of a URL with an opaque path can impact the path]
|
||||
expected: FAIL
|
||||
|
||||
[Two-argument delete()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlsearchparams-delete.any.html]
|
||||
[Changing the query of a URL with an opaque path can impact the path]
|
||||
expected: FAIL
|
||||
|
||||
[Two-argument delete()]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[urlsearchparams-has.any.html]
|
||||
[Two-argument has()]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlsearchparams-has.any.worker.html]
|
||||
[Two-argument has()]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue