blob: 86ecc36462c8c29c7e829dddac0628da6abc8e81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[DEFAULT]
[browser_alt_keyup_in_content.js]
skip-if = (os != 'linux' && os != 'win') || skip-if = !e10s
[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_mouse_enterleave_switch_tab.js]
support-files =
../../../browser/base/content/test/general/dummy_page.html
[browser_shortcutkey_modifier_conflicts_with_content_accesskey_modifier.js]
skip-if = os != 'linux' && os != 'win' // Alt + D is defined only on Linux and Windows
|