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>
4 if (window
.eventSender
) {
5 eventSender
.mouseMoveTo(15, 15);
6 eventSender
.mouseDown();