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
parent 5a567e6952
commit e5ee1daeb8

View File

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