20 lines
425 B
TOML
20 lines
425 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"file_blocked_script.sjs",
|
|
"bug1656248_frame.html",
|
|
"subdir/bug1656248_script.mjs",
|
|
"subdir/bug1656248_import.mjs",
|
|
"test_bug1788532_moduleA.mjs",
|
|
"test_bug1788532_moduleB.mjs",
|
|
"slow.sjs",
|
|
]
|
|
|
|
["test_bug1053321.html"]
|
|
|
|
["test_bug1656248.html"]
|
|
disabled = "https://bugzilla.mozilla.org/show_bug.cgi?id=1853173"
|
|
skip-if = ["verify"]
|
|
|
|
["test_bug1788532.html"]
|
|
|
|
["test_whitespace.html"]
|