browser.toml (1008B)
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/letters.gif", 8 "!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js", 9 ] 10 prefs = [ 11 # Required for the eval in invokeContentTask in shared-head.js 12 "security.allow_eval_with_system_principal=true" 13 ] 14 15 ["browser_accessible_moved.js"] 16 17 ["browser_bounds_change.js"] 18 19 ["browser_caret_rect.js"] 20 21 ["browser_position.js"] 22 23 ["browser_test_display_contents.js"] 24 25 ["browser_test_iframe_transform.js"] 26 27 ["browser_test_resolution.js"] 28 skip-if = [ 29 "os == 'win'", # bug 1372296 30 ] 31 32 ["browser_test_simple_transform.js"] 33 skip-if = [ 34 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1784767 35 ] 36 37 ["browser_test_zoom.js"] 38 skip-if = [ 39 "true", # Bug 1734271 40 ] 41 42 ["browser_test_zoom_text.js"] 43 https_first_disabled = true 44 skip-if = [ 45 "os == 'win'", # bug 1372296 46 ] 47 48 ["browser_zero_area.js"]