mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision 4688078c2cc6e81651b220f3c1944d956f63046b
This commit is contained in:
parent
e7b65c42c4
commit
ce9f8f32f1
53 changed files with 1900 additions and 88 deletions
|
@ -4633,6 +4633,22 @@
|
|||
"search": "",
|
||||
"hash": ""
|
||||
},
|
||||
"# unknown scheme with non-URL characters in the path",
|
||||
{
|
||||
"input": "wow:\uFFFF",
|
||||
"base": "about:blank",
|
||||
"href": "wow:%EF%BF%BF",
|
||||
"origin": "null",
|
||||
"protocol": "wow:",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"host": "",
|
||||
"hostname": "",
|
||||
"port": "",
|
||||
"pathname": "%EF%BF%BF",
|
||||
"search": "",
|
||||
"hash": ""
|
||||
},
|
||||
"# Hosts and percent-encoding",
|
||||
{
|
||||
"input": "ftp://example.com%80/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue