Construct URLSearchParams from array or object

This commit is contained in:
CYBAI 2018-12-25 21:45:39 +08:00
parent 47a308b277
commit 4ba0ab7bd0
4 changed files with 26 additions and 58 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
[send-entity-body-basic.htm]
type: testharness
[XMLHttpRequest: send() - data argument (1=2&3=4)]
expected: FAIL