blob: 9e2e8d82fb99de22a75f23db481d4f0bfe0edd8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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" && webrender && debug # Bug 1663506
os == "win" && bits == 64 # Bug 1663506
|