1
0
Fork 0
firefox/accessible/tests/browser/windows/ia2/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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