blob: 0163f6d2a7e62c6f77e444b027f74de6b4058654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[DEFAULT]
support-files = [
"file_base.html",
"file_frame1.html",
"file_frame2.html",
"file_innerframe.html",
"head.js",
]
["browser_basic_outofprocess.js"]
["browser_controller.js"]
skip-if = [
"os == 'linux' && bits == 64", # Bug 1663506
"os == 'mac' && debug", # Bug 1663506
"os == 'win' && bits == 64", # Bug 1663506
]
["browser_promisefocus.js"]
|