Another attempt to fix bug 826964; r=ehsan

This commit is contained in:
Raymond Lee 2013-02-15 17:29:46 +08:00
parent 7cc628f383
commit 0410af4322

View File

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