Attempt to fix bug 1137717 by focusing the test frame

This commit is contained in:
Ehsan Akhgari 2015-03-02 14:17:38 -05:00
Родитель a78a7eb043
Коммит 4a241b25eb
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -3,6 +3,7 @@
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script>
function test() {
focus();
synthesizeMouseAtCenter(document.querySelector("span"), {});
}
function focused() {