Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-text-click-inside.html
blob42c9cba631bd68b8bb9ff5b4c018ba78de660be7
1 <div style="width: 400px; height: 50px; padding: 25px 0 0 25px; background: yellow;"><input></div>
2 <p>This test clicks inside an input element, and must result in the element receiving focus. If the test succeeds the element should have a focus ring.</p>
3 <script>
4 if (window.eventSender) {
5 eventSender.mouseMoveTo(100, 45);
6 eventSender.mouseDown();
7 eventSender.mouseUp();
9 </script>