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:
bors-servo 2015-08-30 12:40:53 -06:00
commit 347e9b6ef4
5 changed files with 220 additions and 81 deletions

View file

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