browser.toml (841B)
1 [DEFAULT] 2 subsuite = "a11y" 3 support-files = [ 4 "head.js", 5 "!/accessible/tests/browser/shared-head.js", 6 "!/accessible/tests/mochitest/*.js", 7 "!/accessible/tests/mochitest/events/slow_image.sjs", 8 "!/accessible/tests/mochitest/letters.gif", 9 "!/accessible/tests/mochitest/moz.png", 10 ] 11 prefs = [ 12 # Required for the eval in invokeContentTask in shared-head.js 13 "security.allow_eval_with_system_principal=true", 14 # Required for CSS positioning 15 "layout.css.anchor-positioning.enabled=true", 16 "accessibility.anchorPositionedAsDetails.enabled=true", 17 ] 18 19 ["browser_anchor_positioning.js"] 20 21 ["browser_popover_and_command.js"] 22 23 ["browser_relations_general.js"] 24 25 ["browser_relations_general_002.js"] 26 skip-if = [ 27 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 2001032 28 ] 29 30 31 ["browser_shadow_dom_and_custom_elements.js"]