4 enablePixelTesting
= true;
6 <script src=
"../../../resources/js-test.js"></script>
7 <script src=
"../resources/common.js"></script>
10 <div id=
"console"></div>
13 eventSender
.mouseMoveTo(800, 600);
14 description('Clicking on a form control should focus on it.');
15 var target
= document
.querySelector('input');
16 target
.addEventListener('focus', function() {
17 testPassed('Focus event was dispatched.');