Bug 906703 - Trigger "PluginBindingAttached" before tests that use the missing plugin notification. r=jaws

This commit is contained in:
Georg Fritzsche 2013-08-19 21:19:03 +02:00
parent 91a0ee2853
commit 37576d425e

View File

@ -72,7 +72,7 @@ function test() {
gBrowser.selectedTab = newTab;
gTestBrowser = gBrowser.selectedBrowser;
gTestBrowser.addEventListener("load", pageLoad, true);
prepareTest(test1, gTestRoot + "plugin_unknown.html");
prepareTest(runAfterPluginBindingAttached(test1), gTestRoot + "plugin_unknown.html");
}
function finishTest() {