mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Update web-platform-tests to revision 077bb422b7bb21491a414e334bc594d83ca9e55b
This commit is contained in:
parent
aa9591137a
commit
b2341e328d
248 changed files with 2930 additions and 1961 deletions
|
@ -1433,6 +1433,22 @@
|
|||
"search": "",
|
||||
"hash": ""
|
||||
},
|
||||
"# Based on https://felixfbecker.github.io/whatwg-url-custom-host-repro/",
|
||||
{
|
||||
"input": "ssh://example.com/foo/bar.git",
|
||||
"base": "http://example.org/",
|
||||
"href": "ssh://example.com/foo/bar.git",
|
||||
"origin": "null",
|
||||
"protocol": "ssh:",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"host": "example.com",
|
||||
"hostname": "example.com",
|
||||
"port": "",
|
||||
"pathname": "/foo/bar.git",
|
||||
"search": "",
|
||||
"hash": ""
|
||||
},
|
||||
"# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/file.html",
|
||||
{
|
||||
"input": "file:c:\\foo\\bar.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue