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:
Shawn Wilsher 2010-11-10 11:00:31 -08:00
Родитель c465413241
Коммит d05b583e6c
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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.