mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #7228 - nox:urlutils-setters, r=jdm
Implement setters in URLUtils This fixes #6145 and takes care of most of #4250. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7228) <!-- Reviewable:end -->
This commit is contained in:
commit
347e9b6ef4
5 changed files with 220 additions and 81 deletions
|
@ -3,42 +3,12 @@
|
|||
[URL interface: operation domainToUnicode(ScalarValueString)]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute href]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute origin]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute protocol]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute username]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute password]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute host]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute hostname]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute port]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute pathname]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute search]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute searchParams]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: attribute hash]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: new URL("http://foo") must inherit property "origin" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue