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
Родитель 2b560c92e4
Коммит 5ab8028e6f
1 изменённых файлов: 1 добавлений и 2 удалений

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

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