mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Attempt to fix bug 1137717 by focusing the test frame
This commit is contained in:
parent
5a567e6952
commit
e5ee1daeb8
@ -3,6 +3,7 @@
|
||||
<script src="/tests/SimpleTest/EventUtils.js"></script>
|
||||
<script>
|
||||
function test() {
|
||||
focus();
|
||||
synthesizeMouseAtCenter(document.querySelector("span"), {});
|
||||
}
|
||||
function focused() {
|
||||
|
Loading…
Reference in New Issue
Block a user