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