21 lines
481 B
TOML
21 lines
481 B
TOML
[DEFAULT]
|
|
subsuite = "a11y"
|
|
support-files = [
|
|
"head.js",
|
|
"!/accessible/tests/browser/shared-head.js",
|
|
"!/accessible/tests/mochitest/*.js",
|
|
]
|
|
prefs = ["javascript.options.asyncstack_capture_debuggee_only=false"]
|
|
|
|
["browser_test_link.js"]
|
|
https_first_disabled = true
|
|
skip-if = ["verify"]
|
|
|
|
["browser_test_select_visibility.js"]
|
|
https_first_disabled = true
|
|
|
|
["browser_test_visibility.js"]
|
|
https_first_disabled = true
|
|
|
|
["browser_test_visibility_2.js"]
|
|
https_first_disabled = true
|