blob: 0986974ece6bc69baa9691b7629d9b61afc00745 (
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
|
[DEFAULT]
support-files = [
"!/dom/bindings/test/file_bug775543.html",
"!/dom/bindings/test/file_document_location_set_via_xray.html",
"!/dom/bindings/test/file_dom_xrays.html",
"!/dom/bindings/test/file_proxies_via_xray.html",
]
["test_bug775543.html"]
["test_bug1123516_maplikesetlikechrome.xhtml"]
skip-if = ["!debug"] # TestFunctions is only available in debug builds
["test_bug1287912.html"]
["test_bug1457051.html"]
["test_document_location_set_via_xray.html"]
["test_document_location_via_xray_cached.html"]
["test_dom_xrays.html"]
skip-if = ["debug == false"] # TestFunctions is only available in debug builds
["test_interfaceLength_chrome.html"]
skip-if = ["debug == false"] # TestFunctions is only available in debug builds
["test_proxies_via_xray.html"]
|