summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/python/files/browser-args.toml
blob: 7490bea3c85384309f5ccd6e9997854c7bfa8cc2 (plain)
1
2
3
4
5
6
7
8
[DEFAULT]
args = [
  "--headless",
  "--window-size=800,600",
  "--new-tab http://example.org",
]

["browser_pass.js"]