Implement URL.searchParams

Spec: https://url.spec.whatwg.org/#dom-url-searchparams
This commit is contained in:
Stjepan Glavina 2016-04-01 22:25:08 +02:00
parent b38fafcf11
commit 7b38f289b0
5 changed files with 50 additions and 18 deletions

View file

@ -3,12 +3,6 @@
[URL interface: operation domainToUnicode(ScalarValueString)]
expected: FAIL
[URL interface: attribute searchParams]
expected: FAIL
[URL interface: new URL("http://foo") must inherit property "searchParams" with the proper type (12)]
expected: FAIL
[URL interface: operation domainToUnicode(USVString)]
expected: FAIL