mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Auto merge of #10351 - stjepang:impl-url-searchparams, r=Manishearth
Implement URL.searchParams Spec: https://url.spec.whatwg.org/#dom-url-searchparams Closes #10335. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10351) <!-- Reviewable:end -->
This commit is contained in:
commit
e36e3be855
5 changed files with 50 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue