49 lines
1.4 KiB
TOML
49 lines
1.4 KiB
TOML
[DEFAULT]
|
|
support-files = [
|
|
"browser_dragdrop_impl.js",
|
|
"browser_dragdrop_inner.html",
|
|
"browser_dragdrop_outer.html",
|
|
]
|
|
|
|
["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_dragdrop_protected_diff_origin.js"]
|
|
|
|
["browser_dragdrop_protected_same_origin.js"]
|
|
|
|
["browser_dragdrop_unprotected_diff_origin.js"]
|
|
|
|
["browser_dragdrop_unprotected_same_origin.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_click_screenXY.js"]
|
|
support-files = ["../../../browser/base/content/test/general/dummy_page.html"]
|
|
|
|
["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
|