blob: 40a7de7104373446b14ab2a5f1a563360394b6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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]
|