browser.toml (435B)
1 [DEFAULT] 2 3 ["browser_native_font_cache_macos.js"] 4 support-files = ["file_native_font_cache_macos.html"] 5 run-if = [ 6 "os == 'mac'", 7 ] 8 9 ["browser_omta_tearoff_tab.js"] 10 11 ["browser_partial_prerender_animation_in_popup.js"] 12 support-files = ["!/dom/animation/test/testcommon.js"] 13 run-if = [ 14 "os != 'mac'", # on Mac popup windows use basic layers so animation can't be run on the compositor 15 ] 16 17 ["browser_windowless_troubleshoot_crash.js"]