summaryrefslogtreecommitdiffstats
path: root/widget/headless/tests/xpcshell.toml
blob: 29c5fd100ec9bb45bc2c471837ab99fe2119ab88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[DEFAULT]
run-if = [
  "os == 'linux'",
  "os == 'win'",
]
headless = true

["test_headless.js"]
support-files = [
  "headless.html",
  "headless_button.html",
]

["test_headless_clipboard.js"]