mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #22555 - CYBAI:new-urlsearchparams, r=jdm
Construct URLSearchParams from array or object --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #22554, fix #22556 and also fix #22557 - [x] There are tests in `url/urlsearchparams-constructor.any.js` for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22555) <!-- Reviewable:end -->
This commit is contained in:
commit
7bc6c8d18f
8 changed files with 53 additions and 67 deletions
|
@ -1,51 +1,8 @@
|
|||
[urlsearchparams-constructor.any.worker.html]
|
||||
[Construct with object with two keys]
|
||||
expected: FAIL
|
||||
|
||||
[Construct with object with NULL, non-ASCII, and surrogate keys]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams constructor, {} as argument]
|
||||
expected: FAIL
|
||||
|
||||
[Custom [Symbol.iterator\]]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams constructor, DOMException as argument]
|
||||
expected: FAIL
|
||||
|
||||
[Constructor with sequence of sequences of strings]
|
||||
expected: FAIL
|
||||
|
||||
[Construct with object with +]
|
||||
expected: FAIL
|
||||
|
||||
[Construct with array with two keys]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlsearchparams-constructor.any.html]
|
||||
[Construct with object with two keys]
|
||||
expected: FAIL
|
||||
|
||||
[Construct with object with NULL, non-ASCII, and surrogate keys]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams constructor, {} as argument]
|
||||
expected: FAIL
|
||||
|
||||
[Custom [Symbol.iterator\]]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams constructor, DOMException as argument]
|
||||
expected: FAIL
|
||||
|
||||
[Constructor with sequence of sequences of strings]
|
||||
expected: FAIL
|
||||
|
||||
[Construct with object with +]
|
||||
expected: FAIL
|
||||
|
||||
[Construct with array with two keys]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[send-entity-body-basic.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - data argument (1=2&3=4)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue