summaryrefslogtreecommitdiffstats
path: root/accessible/tests/browser/atk/browser.toml
blob: 99cdba4ca28a60c06b46f9dde95ed572965ab68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[DEFAULT]
subsuite = "a11y"
skip-if = [
  "os != 'linux'",
  "headless",
]
support-files = ["head.js"]
prefs = [
  # Enabling the a11y service from XPCOM doesn't seem to be enough to get ATK
  # working correctly. Force enable it before the test starts.
  "accessibility.force_disabled=-1",
  "javascript.options.asyncstack_capture_debuggee_only=false",
]

["browser_role.js"]
["browser_table.js"]