Backed out changeset 65a7440e87ea (bug 1027092)

This commit is contained in:
Tim Taubert 2014-06-20 17:08:52 +02:00
parent 15470beec7
commit 3e43966aa8

View File

@ -38,8 +38,10 @@ function test() {
(winData.isPopup ? "all=no" : "all");
let url = "http://example.com/?window=" + windowsToOpen.length;
promiseNewWindowLoaded().then(function (win) {
promiseWindowClosed(win).then(function () {
provideWindow(function onTestURLLoaded(win) {
win.close();
// Give it time to close
executeSoon(function() {
openWindowRec(windowsToOpen, expectedResults, recCallback);
});
}, url, settings);