blob: 32aaf9b57642c7c38a48e649f643d738eb1a1ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[DEFAULT]
prefs =
plugin.load_flash_only=false
support-files =
block_all_plugins.html
head.js
plugin_test.html
plugin_subframe_test.html
plugin_no_scroll_div.html
[browser_blockallplugins.js]
[browser_bug1163570.js]
skip-if = true # Bug 1249878
[browser_tabswitchbetweenplugins.js]
skip-if = true #Bug 1538425
[browser_pluginscroll.js]
skip-if = (true || !e10s || os != "win") # Bug 1213631
|