Bug 1073992 - Fix bc1-pgo bustage on a CLOSED TREE by flushing the main window's tab r=bustage

This commit is contained in:
Tim Taubert 2014-10-09 19:43:51 +02:00
parent 30ef01306b
commit 7c941e7bde

View File

@ -73,6 +73,7 @@ add_task(function* test_revive_windows_order() {
let tab = gBrowser.addTab(URL_MAIN_WINDOW);
yield promiseBrowserLoaded(tab.linkedBrowser);
TabState.flush(tab.linkedBrowser);
registerCleanupFunction(() => gBrowser.removeTab(tab));
let win0 = yield promiseNewWindow();