mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #29726 - paricbat:urlsearchparams-has-delete, r=mrobinson
Add value argument to URLSearchParams's has() and delete() <!-- Please describe your changes on the following line: --> My first attempt at contributing Rust code! Add the value argument to `has()` and `done()` as in [the spec](https://url.spec.whatwg.org/#dom-urlsearchparams-delete). --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #29725 (GitHub issue number if applicable) <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
425b0fe641
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