Implement setters in URLUtils

This commit is contained in:
Anthony Ramine 2015-08-15 10:53:06 +02:00
parent 67cbda4be3
commit 9c4766bb0d
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