6 var tf
= document
.getElementById('tf');
8 if (window
.testRunner
) {
9 eventSender
.keyDown("a");
10 eventSender
.keyDown("b");
11 eventSender
.keyDown("c");
16 <body onload=
"test()">
17 This tests that a negative outline-offset won't get in the way of a cursor in a text control.
<br>
18 <input id=
"tf" style=
"font-size: 20px; border: solid thin black;" value=
"This tests that typing doesn't cut holes in the focus outline"></input>