mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Update web-platform-tests to revision 132d12daea699ce266324e79eecbe59b10e56502
This commit is contained in:
parent
527d874bc1
commit
fe00a63040
1004 changed files with 18598 additions and 92770 deletions
|
@ -4015,6 +4015,37 @@
|
|||
"search": "?`{}",
|
||||
"hash": ""
|
||||
},
|
||||
"byte is ' and url is special",
|
||||
{
|
||||
"input": "http://host/?'",
|
||||
"base": "about:blank",
|
||||
"href": "http://host/?%27",
|
||||
"origin": "http://host",
|
||||
"protocol": "http:",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"host": "host",
|
||||
"hostname": "host",
|
||||
"port": "",
|
||||
"pathname": "/",
|
||||
"search": "?%27",
|
||||
"hash": ""
|
||||
},
|
||||
{
|
||||
"input": "notspecial://host/?'",
|
||||
"base": "about:blank",
|
||||
"href": "notspecial://host/?'",
|
||||
"origin": "null",
|
||||
"protocol": "notspecial:",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"host": "host",
|
||||
"hostname": "host",
|
||||
"port": "",
|
||||
"pathname": "/",
|
||||
"search": "?'",
|
||||
"hash": ""
|
||||
},
|
||||
"# Credentials in base",
|
||||
{
|
||||
"input": "/some/path",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue