mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Implement URLSearchParams::getAll
This commit is contained in:
parent
4cb2c87982
commit
29b14d4b3d
4 changed files with 13 additions and 16 deletions
|
@ -15,12 +15,5 @@
|
|||
[URL interface: new URL("http://foo") must inherit property "searchParams" with the proper type (12)]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams interface: operation getAll(ScalarValueString)]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: operation domainToUnicode(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams interface: operation getAll(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[urlsearchparams-getall.html]
|
||||
type: testharness
|
||||
[getAll() basics]
|
||||
expected: FAIL
|
||||
|
||||
[getAll() multiples]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue