29 lines
638 B
TOML
29 lines
638 B
TOML
[DEFAULT]
|
|
subsuite = "a11y"
|
|
skip-if = [
|
|
"os != 'win'",
|
|
"headless",
|
|
"artifact",
|
|
]
|
|
support-files = ["head.js"]
|
|
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_groupPosition.js"]
|
|
|
|
["browser_keyboard_shortcut.js"]
|
|
|
|
["browser_osPicker.js"]
|
|
|
|
["browser_role.js"]
|
|
|
|
["browser_scrolling.js"]
|
|
|
|
["browser_text.js"]
|
|
|
|
["browser_textSelectionContainer.js"]
|
|
skip-if = ["true"] # Bug 1857116
|