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/mozilla/meta/webdriver/bidi | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.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/mozilla/meta/webdriver/bidi')
5 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/meta/webdriver/bidi/__dir__.ini b/testing/web-platform/mozilla/meta/webdriver/bidi/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/bidi/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/mozilla/meta/webdriver/bidi/browsing_context/create/reference_context.py.ini b/testing/web-platform/mozilla/meta/webdriver/bidi/browsing_context/create/reference_context.py.ini new file mode 100644 index 0000000000..354cf0417e --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/bidi/browsing_context/create/reference_context.py.ini @@ -0,0 +1,4 @@ +[reference_context.py] + [test_reference_context] + disabled: + if os == "android": Not supported diff --git a/testing/web-platform/mozilla/meta/webdriver/bidi/browsing_context/create/type_hint.py.ini b/testing/web-platform/mozilla/meta/webdriver/bidi/browsing_context/create/type_hint.py.ini new file mode 100644 index 0000000000..1f7dbfcfb5 --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/bidi/browsing_context/create/type_hint.py.ini @@ -0,0 +1,9 @@ +[type_hint.py] + [test_type_hint[tab\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1795346 + expected: + if os == "android": FAIL + + [test_type_hint[window\]] + disabled: + if os == "android": Not supported diff --git a/testing/web-platform/mozilla/meta/webdriver/bidi/interface/interface.py.ini b/testing/web-platform/mozilla/meta/webdriver/bidi/interface/interface.py.ini new file mode 100644 index 0000000000..8a597d7ffe --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/bidi/interface/interface.py.ini @@ -0,0 +1,4 @@ +[interface.py] + [test_navigator_webdriver_enabled] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762135 diff --git a/testing/web-platform/mozilla/meta/webdriver/bidi/websocket_upgrade.py.ini b/testing/web-platform/mozilla/meta/webdriver/bidi/websocket_upgrade.py.ini new file mode 100644 index 0000000000..c6e13dcecd --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/bidi/websocket_upgrade.py.ini @@ -0,0 +1,3 @@ +[websocket_upgrade.py] + disabled: + if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1762164 |