☠☠ backed out by 4f4dcc23d36b ☠ ☠ | |
author | Andreas Tolfsen <ato@mozilla.com> |
Fri, 03 Feb 2017 16:31:57 +0000 | |
changeset 341019 | 9746878e5fc7ef0760833ce65fedb307147208ca |
parent 341018 | 1f7f75c57c59733835ea3168abbc22f6a8e24d62 |
child 341020 | c85849b790c53624b644348e494649e6d17e9a47 |
push id | 86615 |
push user | kwierso@gmail.com |
push date | Tue, 07 Feb 2017 01:52:08 +0000 |
treeherder | mozilla-inbound@f0453084d86e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | maja_zf |
bugs | 1319237 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/tests/webdriver/navigation.py +++ b/testing/web-platform/tests/webdriver/navigation.py @@ -60,22 +60,26 @@ def test_get_current_url_payload(http, s assert isinstance(body["value"], types.StringTypes) def test_get_current_url_special_pages(session): session.url = "about:blank" assert session.url == "about:blank" +""" +Disabled due to https://bugzilla.mozilla.org/show_bug.cgi?id=1332122 + # TODO(ato): This test requires modification to pass on Windows def test_get_current_url_file_protocol(session): # tests that the browsing context remains the same # when navigated privileged documents session.url = "file:///" assert session.url == "file:///" +""" # TODO(ato): Test for http:// and https:// protocols. # We need to expose a fixture for accessing # documents served by wptserve in order to test this. def test_get_current_url_malformed_url(session):