mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement setters in URLUtils
This commit is contained in:
parent
67cbda4be3
commit
9c4766bb0d
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