41 lines
800 B
TOML
41 lines
800 B
TOML
[DEFAULT]
|
|
subsuite = "a11y"
|
|
skip-if = [
|
|
"os != 'win'",
|
|
"headless",
|
|
"artifact",
|
|
]
|
|
support-files = [
|
|
"head.js",
|
|
"!/accessible/tests/mochitest/moz.png",
|
|
]
|
|
prefs = [
|
|
# The browser test harness clears the clipboard after each test. Copying to
|
|
# the clipboard activates Windows accessibility suppression by default.
|
|
# Disable this so that accessibility isn't suppressed for our tests.
|
|
"accessibility.windows.suppress-after-clipboard-copy=0",
|
|
]
|
|
|
|
["browser_controlType.js"]
|
|
|
|
["browser_elementFromPoint.js"]
|
|
|
|
["browser_focus.js"]
|
|
|
|
["browser_generalEvents.js"]
|
|
|
|
["browser_generalProps.js"]
|
|
|
|
["browser_gridPatterns.js"]
|
|
|
|
["browser_liveRegions.js"]
|
|
|
|
["browser_relationProps.js"]
|
|
|
|
["browser_selectionPatterns.js"]
|
|
|
|
["browser_simplePatterns.js"]
|
|
|
|
["browser_textPatterns.js"]
|
|
|
|
["browser_tree.js"]
|