зеркало из https://github.com/mozilla/pjs.git
Bug 675201 - Attempt to wait for focus in the test before issuing keyboard events; r=ehsan
This commit is contained in:
Родитель
2b560c92e4
Коммит
5ab8028e6f
|
@ -198,8 +198,7 @@ function openSubmenu()
|
||||||
synthesizeKey("5", {});
|
synthesizeKey("5", {});
|
||||||
}
|
}
|
||||||
|
|
||||||
SimpleTest.waitForExplicitFinish();
|
SimpleTest.waitForFocus(doTest);
|
||||||
addLoadEvent(doTest);
|
|
||||||
|
|
||||||
]]></script>
|
]]></script>
|
||||||
</window>
|
</window>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче