Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / forms / input-text-self-emptying-click.html
blobeb8b54948c30c832afb91c602c9ecd5a238635b8
1 <input type="text" onfocus="this.value=''" value="click to edit">
2 <p>Tests clicking on an input element that has a value that self-destructs. If the test succeeds, there should be a blinking caret in the text field.</p>
3 <script>
4 if (window.eventSender) {
5 eventSender.mouseMoveTo(15, 15);
6 eventSender.mouseDown();
7 eventSender.mouseUp();
9 </script>