diff options
Diffstat (limited to 'dom/plugins/test/mochitest/chrome.ini')
-rw-r--r-- | dom/plugins/test/mochitest/chrome.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dom/plugins/test/mochitest/chrome.ini b/dom/plugins/test/mochitest/chrome.ini new file mode 100644 index 000000000..35a1c7ddc --- /dev/null +++ b/dom/plugins/test/mochitest/chrome.ini @@ -0,0 +1,34 @@ +[DEFAULT] +support-files = + hang_test.js + privatemode_perwindowpb.xul + plugin-utils.js + +[test_bug479979.xul] +[test_bug751809.html] +[test_busy_hang.xul] +skip-if = (!crashreporter) || (os != "win") +[test_clear_site_data.html] +[test_convertpoint.xul] +skip-if = toolkit != "cocoa" +[test_crash_notify.xul] +skip-if = !crashreporter +[test_crash_notify_no_report.xul] +skip-if = !crashreporter +[test_crash_submit.xul] +skip-if = !crashreporter +[test_hang_submit.xul] +skip-if = !crashreporter +[test_hangui.xul] +skip-if = (!crashreporter) || (os != "win") +support-files = hangui_subpage.html hangui_common.js hangui_iface.js dialog_watcher.js +[test_idle_hang.xul] +skip-if = (!crashreporter) || (os != "win") +[test_npruntime.xul] +[test_plugin_tag_clicktoplay.html] +[test_privatemode_perwindowpb.xul] +[test_refresh_navigator_plugins.html] +[test_xulbrowser_plugin_visibility.xul] +skip-if = (toolkit == "cocoa") || (os == "win") +support-files = xulbrowser_plugin_visibility.xul plugin_visibility_loader.html +[test_wmode.xul] |