Bug 1589735 [wpt PR 19790] - Fix URL setter tests for gopher no longer being special, a=testonly

Automatic update from web-platform-tests
Fix URL setter tests for gopher no longer being special

Part of https://github.com/whatwg/url/issues/455.
--

wpt-commits: 43feb7f612fe9160639e09a47933a29834904d69
wpt-pr: 19790
This commit is contained in:
Domenic Denicola 2019-10-22 17:47:52 +00:00 коммит произвёл James Graham
Родитель 4e5aa71f39
Коммит dfdbf0331e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -122,7 +122,7 @@
"href": "gopher://example.net:1234",
"new_value": "file",
"expected": {
"href": "gopher://example.net:1234/",
"href": "gopher://example.net:1234",
"protocol": "gopher:"
}
},
@ -212,7 +212,7 @@
},
{
"href": "ssh://me@example.net",
"new_value": "gopher",
"new_value": "https",
"expected": {
"href": "ssh://me@example.net",
"protocol": "ssh:"