Bug 1150038, add a waitForFocus to this test, r=test-only-change

This commit is contained in:
Neil Deakin 2015-04-01 15:45:54 -04:00
parent 8de2397da1
commit e985348ce0

View File

@ -327,7 +327,7 @@ function waitForEvents(event)
if (painted && loaded) {
subwindow.removeEventListener("MozAfterPaint", waitForEvents, false);
subwindow.onload = null;
startTest();
SimpleTest.waitForFocus(startTest, subwindow);
}
}