Another attempt to fix bug 826964; r=ehsan

This commit is contained in:
Raymond Lee 2013-02-15 17:29:46 +08:00
Родитель 7cc628f383
Коммит 0410af4322
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -45,7 +45,7 @@ function startTest() {
}, false);
slave = aWindow.content.frames[0];
doNextTest(aWindow);
SimpleTest.waitForFocus(function() doNextTest(aWindow), aWindow);
});
}