From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- widget/tests/mochitest.toml | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 widget/tests/mochitest.toml (limited to 'widget/tests/mochitest.toml') diff --git a/widget/tests/mochitest.toml b/widget/tests/mochitest.toml new file mode 100644 index 0000000000..32dcf5c795 --- /dev/null +++ b/widget/tests/mochitest.toml @@ -0,0 +1,53 @@ +[DEFAULT] +support-files = ["clipboard_helper.js"] + +["test_AltGr_key_events_in_web_content_on_windows.html"] +run-if = ["os == 'win'"] +skip-if = ["headless"] # bug 1410525 + +["test_actionhint.html"] + +["test_assign_event_data.html"] +skip-if = [ + "os == 'mac'", # bug 933303 + "os == 'android' && debug", # bug 1285414 + "android_version == '24'", + "headless && os == 'win'", +] + +["test_autocapitalize.html"] + +["test_clipboard.html"] +skip-if = [ + "headless", # bug 1852983 + "display == 'wayland' && os_version == '22.04'", # Bug 1857075 +] +support-files = ["file_test_clipboard.js"] + +["test_clipboard_asyncGetData.html"] +skip-if = ["display == 'wayland'"] # Bug 1864211 +support-files = ["file_test_clipboard_asyncGetData.js"] + +["test_clipboard_asyncSetData.html"] +support-files = ["file_test_clipboard_asyncSetData.js"] + +["test_contextmenu_by_mouse_on_unix.html"] +run-if = ["os == 'linux'"] +skip-if = ["headless"] # headless widget doesn't dispatch contextmenu event by mouse event. + +["test_keypress_event_with_alt_on_mac.html"] +run-if = ["os == 'mac'"] + +["test_mouse_event_with_control_on_mac.html"] +run-if = ["os == 'mac'"] +support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"] + +["test_picker_no_crash.html"] +skip-if = [ + "asan", + "debug", # bug 1267491 +] +support-files = ["window_picker_no_crash_child.html"] + +["test_textScaleFactor_system_font.html"] +skip-if = ["display == 'wayland' && os_version == '22.04'"] # Bug 1857075 -- cgit v1.2.3