26 lines
563 B
TOML
26 lines
563 B
TOML
[DEFAULT]
|
|
subsuite = "a11y"
|
|
support-files = [
|
|
"head.js",
|
|
"!/accessible/tests/browser/shared-head.js",
|
|
"!/accessible/tests/mochitest/*.js",
|
|
"!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js",
|
|
]
|
|
|
|
["browser_test_APZ.js"]
|
|
|
|
["browser_test_link.js"]
|
|
https_first_disabled = true
|
|
skip-if = ["verify"]
|
|
|
|
["browser_test_select_visibility.js"]
|
|
https_first_disabled = true
|
|
|
|
["browser_test_selection.js"]
|
|
https_first_disabled = true
|
|
|
|
["browser_test_visibility.js"]
|
|
https_first_disabled = true
|
|
|
|
["browser_test_visibility_2.js"]
|
|
https_first_disabled = true
|