diff options
Diffstat (limited to 'gfx/tests/browser/browser.toml')
-rw-r--r-- | gfx/tests/browser/browser.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gfx/tests/browser/browser.toml b/gfx/tests/browser/browser.toml new file mode 100644 index 0000000000..49856e1c53 --- /dev/null +++ b/gfx/tests/browser/browser.toml @@ -0,0 +1,13 @@ +[DEFAULT] + +["browser_native_font_cache_macos.js"] +support-files = ["file_native_font_cache_macos.html"] +skip-if = ["os != 'mac'"] + +["browser_omta_tearoff_tab.js"] + +["browser_partial_prerender_animation_in_popup.js"] +support-files = ["!/dom/animation/test/testcommon.js"] +skip-if = ["os == 'mac'"] # on Mac popup windows use basic layers so animation can't be run on the compositor + +["browser_windowless_troubleshoot_crash.js"] |