Bug 1669292 [wpt PR 25989] - File URL reparse tests, a=testonly

Automatic update from web-platform-tests
File URL reparse tests

See https://github.com/whatwg/url/issues/549 for context.
--

wpt-commits: 33e4ac09029c463ea6ee57d6f33477a9043e98e8
wpt-pr: 25989
This commit is contained in:
Rimas Misevičius 2020-10-08 16:44:13 +00:00 коммит произвёл moz-wptsync-bot
Родитель 8294b09490
Коммит 81e00c5d67
1 изменённых файлов: 30 добавлений и 1 удалений

Просмотреть файл

@ -6091,7 +6091,7 @@
"base": "about:blank",
"failure": true
},
"# Additional file URL tetsts for (https://github.com/whatwg/url/issues/405)",
"# Additional file URL tests for (https://github.com/whatwg/url/issues/405)",
{
"input": "file://localhost//a//../..//foo",
"base": "about:blank",
@ -6218,6 +6218,35 @@
"search": "",
"hash": ""
},
"File URL tests for https://github.com/whatwg/url/issues/549",
{
"input": "file:.//p",
"base": "about:blank",
"href": "file:////p",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "//p",
"search": "",
"hash": ""
},
{
"input": "file:/.//p",
"base": "about:blank",
"href": "file:////p",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "//p",
"search": "",
"hash": ""
},
"# IPv6 tests",
{
"input": "http://[1:0::]",