diff options
Diffstat (limited to 'testing/web-platform/meta/webdriver/navigation.py.ini')
-rw-r--r-- | testing/web-platform/meta/webdriver/navigation.py.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webdriver/navigation.py.ini b/testing/web-platform/meta/webdriver/navigation.py.ini new file mode 100644 index 000000000..02d7c5b25 --- /dev/null +++ b/testing/web-platform/meta/webdriver/navigation.py.ini @@ -0,0 +1,19 @@ +[navigation.py] + type: wdspec + disabled: + if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724 + [navigation.py::test_get_current_url_no_browsing_context] + expected: ERROR + + [navigation.py::test_get_current_url_alert_prompt] + expected: FAIL + + [navigation.py::test_get_current_url_malformed_url] + expected: FAIL + + [navigation.py::test_get_current_url_nested_browsing_contexts] + expected: FAIL + + [navigation.py::test_get_current_url_matches_location] + expected: FAIL + |