gecko-dev/widget/tests/mochitest.ini
Makoto Kato 4b0962f33f Bug 1728306 - Move enterkeyhint pref setter to mochitest.ini. r=masayuki
WebIDL's prefs enables on new window and doesn't apply current window/tab.
So I should move prefs settings to mochitest.ini instead.

When setting pref in mochitest.ini, it applies on all tests. But enterkeyhint
is used on this test only, so others won't be affected.

Differential Revision: https://phabricator.services.mozilla.com/D124183
2021-09-02 05:13:54 +00:00

21 lines
865 B
INI

[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' || headless # headless: Bug 1410525
[test_actionhint.html]
[test_assign_event_data.html]
skip-if = toolkit == "cocoa" || (toolkit == 'android' && debug) || android_version == '24' || (headless && os == "win") # Mac: Bug 933303, Android bug 1285414
[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 = toolkit != "windows" || e10s # Bug 1267491
support-files = window_picker_no_crash_child.html
[test_scrollbar_colors.html]
skip-if = (os == 'linux' && headless) # bug 1460109