Update web-platform-tests to revision 077bb422b7bb21491a414e334bc594d83ca9e55b

This commit is contained in:
WPT Sync Bot 2018-10-16 21:24:11 -04:00
parent aa9591137a
commit b2341e328d
248 changed files with 2930 additions and 1961 deletions

View file

@ -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",