зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
4e5aa71f39
Коммит
dfdbf0331e
|
@ -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:"
|
||||
|
|
Загрузка…
Ссылка в новой задаче