mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906703 - Trigger "PluginBindingAttached" before tests that use the missing plugin notification. r=jaws
This commit is contained in:
parent
91a0ee2853
commit
37576d425e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user