browser/base/content/test/plugins/browser.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/base/content/test/plugins/browser.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,71 @@
     1.4 +[DEFAULT]
     1.5 +# These tests all fail with e10s enabled.
     1.6 +# * Bug 899347 - no e10s click-to-play support
     1.7 +# * Bug 921916 - no plugin events
     1.8 +# * Bug XXXXX - no plugins in content processes ("Error: You cannot use the AddonManager in child processes!")
     1.9 +# * Bug 866413 - PageInfo doesn't work in e10s [browser_pageInfo_plugins.js]
    1.10 +# * Bug 921957 - remote webprogress doesn't supply originalURI attribute on the request object [browser_clearplugindata.js]
    1.11 +skip-if = e10s
    1.12 +support-files =
    1.13 +  blockNoPlugins.xml
    1.14 +  blockPluginHard.xml
    1.15 +  blockPluginVulnerableNoUpdate.xml
    1.16 +  blockPluginVulnerableUpdatable.xml
    1.17 +  browser_clearplugindata.html
    1.18 +  browser_clearplugindata_noage.html
    1.19 +  head.js
    1.20 +  plugin_add_dynamically.html
    1.21 +  plugin_alternate_content.html
    1.22 +  plugin_big.html
    1.23 +  plugin_both.html
    1.24 +  plugin_both2.html
    1.25 +  plugin_bug744745.html
    1.26 +  plugin_bug749455.html
    1.27 +  plugin_bug787619.html
    1.28 +  plugin_bug797677.html
    1.29 +  plugin_bug820497.html
    1.30 +  plugin_clickToPlayAllow.html
    1.31 +  plugin_clickToPlayDeny.html
    1.32 +  plugin_data_url.html
    1.33 +  plugin_hidden_to_visible.html
    1.34 +  plugin_iframe.html
    1.35 +  plugin_outsideScrollArea.html
    1.36 +  plugin_overlayed.html
    1.37 +  plugin_positioned.html
    1.38 +  plugin_small.html
    1.39 +  plugin_syncRemoved.html
    1.40 +  plugin_test.html
    1.41 +  plugin_test2.html
    1.42 +  plugin_test3.html
    1.43 +  plugin_two_types.html
    1.44 +  plugin_unknown.html
    1.45 +  plugin_crashCommentAndURL.html
    1.46 +
    1.47 +[browser_bug743421.js]
    1.48 +[browser_bug744745.js]
    1.49 +[browser_bug787619.js]
    1.50 +[browser_bug797677.js]
    1.51 +[browser_bug812562.js]
    1.52 +[browser_bug818118.js]
    1.53 +[browser_bug820497.js]
    1.54 +[browser_clearplugindata.js]
    1.55 +[browser_CTP_context_menu.js]
    1.56 +skip-if = toolkit == "gtk2" || toolkit == "gtk3"   # browser_CTP_context_menu.js fails intermittently on Linux (bug 909342)
    1.57 +[browser_CTP_crashreporting.js]
    1.58 +run-if = crashreporter
    1.59 +[browser_CTP_data_urls.js]
    1.60 +[browser_CTP_drag_drop.js]
    1.61 +[browser_CTP_hide_overlay.js]
    1.62 +[browser_CTP_iframe.js]
    1.63 +[browser_CTP_multi_allow.js]
    1.64 +[browser_CTP_nonplugins.js]
    1.65 +[browser_CTP_notificationBar.js]
    1.66 +[browser_CTP_outsideScrollArea.js]
    1.67 +[browser_CTP_resize.js]
    1.68 +[browser_pageInfo_plugins.js]
    1.69 +[browser_pluginnotification.js]
    1.70 +[browser_pluginplaypreview.js]
    1.71 +[browser_pluginplaypreview2.js]
    1.72 +[browser_pluginCrashCommentAndURL.js]
    1.73 +run-if = crashreporter
    1.74 +[browser_plugins_added_dynamically.js]

mercurial