diff options
Diffstat (limited to 'dom/console/tests/xpcshell/xpcshell.toml')
-rw-r--r-- | dom/console/tests/xpcshell/xpcshell.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/console/tests/xpcshell/xpcshell.toml b/dom/console/tests/xpcshell/xpcshell.toml new file mode 100644 index 0000000000..c5cc54d665 --- /dev/null +++ b/dom/console/tests/xpcshell/xpcshell.toml @@ -0,0 +1,13 @@ +[DEFAULT] +head = "head.js" +support-files = "" + +["test_basic.js"] + +["test_console_shouldLog.js"] + +["test_failing_console_listener.js"] + +["test_formatting.js"] + +["test_reportForServiceWorkerScope.js"] |