blob: 722a833d537f1dc226a04b18042e2adbe0e850e8 (
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
28
29
30
|
[DEFAULT]
[browser_alt_keyup_in_content.js]
skip-if =
os == 'mac'
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_beforeinput_by_execCommand_in_contentscript.js]
support-files =
file_beforeinput_by_execCommand_in_contentscript.html
../../../browser/base/content/test/general/head.js
[browser_bug1539497.js]
[browser_dragimage.js]
support-files =
dragimage.html
green.png
[browser_keyboard_event_init_key_event_enabled_in_contentscript.js]
support-files =
file_keyboard_event_init_key_event_enabled_in_contentscript.html
../../../browser/base/content/test/general/head.js
[browser_mouse_enterleave_switch_tab.js]
support-files =
../../../browser/base/content/test/general/dummy_page.html
skip-if =
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_shortcutkey_modifier_conflicts_with_content_accesskey_modifier.js]
skip-if = os == 'mac' # Alt + D is defined only on Linux and Windows
|