mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
parent
f1c3e97fb4
commit
ebe5f85ac5
2 changed files with 8 additions and 14 deletions
|
@ -6,12 +6,6 @@
|
|||
[Setting <ssh://me@example.net>.protocol = 'http' Can’t switch from non-special scheme to special. Note: this may change, see https://github.com/whatwg/url/issues/104]
|
||||
expected: FAIL
|
||||
|
||||
[Setting <http://example.net:8080>.host = 'example.com:' Port number is unchanges if empty in the new value. Note: this may change, see https://github.com/whatwg/url/pull/113]
|
||||
expected: FAIL
|
||||
|
||||
[Setting <http://example.net:8080>.port = '' Port number is unchanged if empty in the new value. Note: this may change, see https://github.com/whatwg/url/pull/113]
|
||||
expected: FAIL
|
||||
|
||||
[Setting <a:/>.pathname = '\x00\x01\t\n\r\x1f !"#$%&'()*+,-./09:;<=>?@AZ[\\\]^_`az{|}~Éé' UTF-8 percent encoding with the default encode set. Tabs and newlines are removed.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -346,14 +346,14 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"comment": "Port number is unchanges if empty in the new value. Note: this may change, see https://github.com/whatwg/url/pull/113",
|
||||
"comment": "Port number is removed if empty in the new value",
|
||||
"href": "http://example.net:8080",
|
||||
"new_value": "example.com:",
|
||||
"expected": {
|
||||
"href": "http://example.com:8080/",
|
||||
"host": "example.com:8080",
|
||||
"href": "http://example.com/",
|
||||
"host": "example.com",
|
||||
"hostname": "example.com",
|
||||
"port": "8080"
|
||||
"port": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -761,14 +761,14 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"comment": "Port number is unchanged if empty in the new value. Note: this may change, see https://github.com/whatwg/url/pull/113",
|
||||
"comment": "Port number is removed if empty in the new value",
|
||||
"href": "http://example.net:8080",
|
||||
"new_value": "",
|
||||
"expected": {
|
||||
"href": "http://example.net:8080/",
|
||||
"host": "example.net:8080",
|
||||
"href": "http://example.net/",
|
||||
"host": "example.net",
|
||||
"hostname": "example.net",
|
||||
"port": "8080"
|
||||
"port": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue