diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:44:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:44:51 +0000 |
commit | 9e3c08db40b8916968b9f30096c7be3f00ce9647 (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /widget/tests/mochitest.ini | |
parent | Initial commit. (diff) | |
download | thunderbird-9e3c08db40b8916968b9f30096c7be3f00ce9647.tar.xz thunderbird-9e3c08db40b8916968b9f30096c7be3f00ce9647.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | widget/tests/mochitest.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/widget/tests/mochitest.ini b/widget/tests/mochitest.ini new file mode 100644 index 0000000000..40a7de7104 --- /dev/null +++ b/widget/tests/mochitest.ini @@ -0,0 +1,27 @@ +[DEFAULT] +prefs = + dom.forms.enterkeyhint=true # only for test_actionhint.html + +[test_AltGr_key_events_in_web_content_on_windows.html] +skip-if = + toolkit != 'windows' # Windows widget test + headless # bug 1410525 +[test_actionhint.html] +[test_assign_event_data.html] +skip-if = + toolkit == "cocoa" # bug 933303 + (toolkit == 'android' && debug) # bug 1285414 + android_version == '24' + (headless && os == "win") +[test_autocapitalize.html] +[test_keypress_event_with_alt_on_mac.html] +skip-if = toolkit != "cocoa" +[test_mouse_event_with_control_on_mac.html] +skip-if = toolkit != "cocoa" +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] |