blob: d1f718c05c47e85f9b40a820b3fa79922620604f (
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
31
32
33
|
[DEFAULT]
["browser_alt_keyup_in_content.js"]
skip-if = ["os == 'mac'"]
["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"]
fail-if = ["a11y_checks"] # Bug 1854502 clicked tabbrowser-tabpanels may not be accessible
["browser_mouseout_notification_panel.js"]
["browser_shortcutkey_modifier_conflicts_with_content_accesskey_modifier.js"]
skip-if = ["os == 'mac'"] # Alt + D is defined only on Linux and Windows
|