Bug 675201 - Attempt to wait for focus in the test before issuing keyboard events; r=ehsan

This commit is contained in:
Mounir Lamouri 2011-09-11 11:21:09 -07:00
Родитель a7302c10f1
Коммит 790b0b9cf2
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -198,8 +198,7 @@ function openSubmenu()
synthesizeKey("5", {});
}
SimpleTest.waitForExplicitFinish();
addLoadEvent(doTest);
SimpleTest.waitForFocus(doTest);
]]></script>
</window>