mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 65a7440e87ea (bug 1027092)
This commit is contained in:
parent
15470beec7
commit
3e43966aa8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user