Skip to content

Commit

Permalink
Bug 1589735 [wpt PR 19790] - Fix URL setter tests for gopher no longe…
Browse files Browse the repository at this point in the history
…r being special, a=testonly

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

Part of whatwg/url#455.
--

wpt-commits: 43feb7f612fe9160639e09a47933a29834904d69
wpt-pr: 19790
  • Loading branch information
domenic authored and jgraham committed Oct 24, 2019
1 parent 4e5aa71 commit dfdbf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/web-platform/tests/url/resources/setters_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
}
},
Expand Down Expand Up @@ -212,7 +212,7 @@
},
{
"href": "ssh://me@example.net",
"new_value": "gopher",
"new_value": "https",
"expected": {
"href": "ssh://me@example.net",
"protocol": "ssh:"
Expand Down

0 comments on commit dfdbf03

Please sign in to comment.