29 lines
751 B
TOML
29 lines
751 B
TOML
[DEFAULT]
|
|
subsuite = "a11y"
|
|
support-files = [
|
|
"head.js",
|
|
"!/accessible/tests/browser/shared-head.js",
|
|
"!/accessible/tests/mochitest/*.js",
|
|
]
|
|
prefs = [
|
|
# Required for the eval in invokeContentTask in shared-head.js
|
|
"security.allow_eval_with_system_principal=true"
|
|
]
|
|
|
|
["browser_scrollToPoint.js"]
|
|
|
|
["browser_test_scrollTo.js"]
|
|
skip-if = [
|
|
"os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt && verify-standalone",
|
|
"os == 'win' && os_version == '11.26200' && arch == 'x86_64' && opt && verify-standalone",
|
|
]
|
|
|
|
["browser_test_scroll_bounds.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1968558
|
|
]
|
|
|
|
["browser_test_scroll_substring.js"]
|
|
|
|
["browser_test_zoom_text.js"]
|