mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01:00
Construct URLSearchParams from array or object
This commit is contained in:
parent
47a308b277
commit
4ba0ab7bd0
4 changed files with 26 additions and 58 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