31 lines
855 B
TOML
31 lines
855 B
TOML
[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"]
|
|
run-if = ["debug"] # Test WebIDL interfaces are 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"]
|
|
run-if = ["debug"] # Test WebIDL interfaces are only available in debug builds
|
|
support-files = [
|
|
"file_reflected_attribute_frozenarray.js",
|
|
]
|
|
|
|
["test_interfaceLength_chrome.html"]
|
|
run-if = ["debug"] # Test WebIDL interfaces are only available in debug builds
|
|
|
|
["test_proxies_via_xray.html"]
|