Bug 1637373 [wpt PR 23541] - Add more file: URL drive letter tests, a=testonly

Automatic update from web-platform-tests
Add more file: URL drive letter tests

From https://crbug.com/1078698, plus lowercase variants.
--

wpt-commits: 6d82a3b1c7c79608aa8045666922c79accf917f6
wpt-pr: 23541
This commit is contained in:
Domenic Denicola 2020-05-20 17:00:56 +00:00 коммит произвёл moz-wptsync-bot
Родитель eb4f7ff95a
Коммит c7135407cc
1 изменённых файлов: 124 добавлений и 0 удалений

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

@ -5863,6 +5863,130 @@
"search": "",
"hash": "#frag"
},
"# file: drive letter cases from https://crbug.com/1078698",
{
"input": "file:///Y:",
"base": "about:blank",
"href": "file:///Y:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/Y:",
"search": "",
"hash": ""
},
{
"input": "file:///Y:/",
"base": "about:blank",
"href": "file:///Y:/",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/Y:/",
"search": "",
"hash": ""
},
{
"input": "file:///./Y",
"base": "about:blank",
"href": "file:///Y",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/Y",
"search": "",
"hash": ""
},
{
"input": "file:///./Y:",
"base": "about:blank",
"href": "file:///Y:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/Y:",
"search": "",
"hash": ""
},
{
"input": "\\\\\\.\\Y:",
"base": "about:blank",
"failure": true
},
"# file: drive letter cases from https://crbug.com/1078698 but lowercased",
{
"input": "file:///y:",
"base": "about:blank",
"href": "file:///y:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/y:",
"search": "",
"hash": ""
},
{
"input": "file:///y:/",
"base": "about:blank",
"href": "file:///y:/",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/y:/",
"search": "",
"hash": ""
},
{
"input": "file:///./y",
"base": "about:blank",
"href": "file:///y",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/y",
"search": "",
"hash": ""
},
{
"input": "file:///./y:",
"base": "about:blank",
"href": "file:///y:",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/y:",
"search": "",
"hash": ""
},
{
"input": "\\\\\\.\\y:",
"base": "about:blank",
"failure": true
},
"# IPv6 tests",
{
"input": "http://[1:0::]",