diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/webdriver/tests/element_click | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/element_click')
6 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/element_click/__dir__.ini b/testing/web-platform/meta/webdriver/tests/element_click/__dir__.ini new file mode 100644 index 0000000000..34cc5fd8de --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:2867200] diff --git a/testing/web-platform/meta/webdriver/tests/element_click/center_point.py.ini b/testing/web-platform/meta/webdriver/tests/element_click/center_point.py.ini new file mode 100644 index 0000000000..94f23c2f1e --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/center_point.py.ini @@ -0,0 +1,12 @@ +[center_point.py] + [test_entirely_in_view] + disabled: + if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1762069 + + [test_css_pixel_rounding[6\]] + disabled: + if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1762069 + + [test_css_pixel_rounding[7\]] + disabled: + if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1762069 diff --git a/testing/web-platform/meta/webdriver/tests/element_click/interactability.py.ini b/testing/web-platform/meta/webdriver/tests/element_click/interactability.py.ini new file mode 100644 index 0000000000..6a437e4c0d --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/interactability.py.ini @@ -0,0 +1,3 @@ +[interactability.py] + [test_element_not_visible_overflow_hidden] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/element_click/navigate.py.ini b/testing/web-platform/meta/webdriver/tests/element_click/navigate.py.ini new file mode 100644 index 0000000000..5f9b6dfd25 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/navigate.py.ini @@ -0,0 +1,6 @@ +[navigate.py] + + [test_link_unload_event] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1786639 + expected: + if os == "android" and fission: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/element_click/scroll_into_view.py.ini b/testing/web-platform/meta/webdriver/tests/element_click/scroll_into_view.py.ini new file mode 100644 index 0000000000..995de9568b --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/scroll_into_view.py.ini @@ -0,0 +1,4 @@ +[scroll_into_view.py] + [test_partially_visible_does_not_scroll[1\]] + disabled: + if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1762072 diff --git a/testing/web-platform/meta/webdriver/tests/element_click/user_prompts.py.ini b/testing/web-platform/meta/webdriver/tests/element_click/user_prompts.py.ini new file mode 100644 index 0000000000..e8195b6ff4 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/element_click/user_prompts.py.ini @@ -0,0 +1,12 @@ +[user_prompts.py] + [test_dismiss[capabilities0-alert-None\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762248 + + [test_dismiss[capabilities0-confirm-False\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762248 + + [test_dismiss[capabilities0-prompt-None\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762248 |