diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /dom/plugins/test/mochitest/chrome.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
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] |