зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix bug 551540 by not waiting for focus. This hangs here locally for me for no good reason (appears to have focus).
r=ehsan
This commit is contained in:
Родитель
c465413241
Коммит
d05b583e6c
|
@ -110,10 +110,8 @@ function test() {
|
|||
if (aTopic != "domwindowclosed")
|
||||
return;
|
||||
ww.unregisterNotification(closeObserver);
|
||||
SimpleTest.waitForFocus(function() {
|
||||
// Proceed
|
||||
funcNext();
|
||||
});
|
||||
// Proceed
|
||||
funcNext();
|
||||
}
|
||||
ww.registerNotification(closeObserver);
|
||||
// Close Library window.
|
||||
|
|
Загрузка…
Ссылка в новой задаче