blob: 770e1bb39fec8b89384f7deecfb276f1c6afe855 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
support-files = ["head.js"]
["browser_bookmarks_shortcut.js"]
https_first_disabled = true
["browser_cancel_caret_browsing_in_content.js"]
support-files = ["file_empty.html"]
["browser_popup_keyNav.js"]
https_first_disabled = true
support-files = ["focusableContent.html"]
["browser_toolbarButtonKeyPress.js"]
skip-if = [
"os == 'linux' && (asan || tsan || debug)", # Bug 1775712
"os == 'mac' && debug", # Bug 1775712
"os == 'win'", # Bug 1775712
]
["browser_toolbarKeyNav.js"]
support-files = ["!/browser/base/content/test/permissions/permissions.html"]
|