summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/python/files/browser-args.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mochitest/tests/python/files/browser-args.toml')
-rw-r--r--testing/mochitest/tests/python/files/browser-args.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/mochitest/tests/python/files/browser-args.toml b/testing/mochitest/tests/python/files/browser-args.toml
new file mode 100644
index 0000000000..7490bea3c8
--- /dev/null
+++ b/testing/mochitest/tests/python/files/browser-args.toml
@@ -0,0 +1,8 @@
+[DEFAULT]
+args = [
+ "--headless",
+ "--window-size=800,600",
+ "--new-tab http://example.org",
+]
+
+["browser_pass.js"]