2 <link rel=stylesheet
href=
"data:text/css,bogus{}">
5 testRunner
.dumpAsText();
8 Test that focus() sets input focus correctly even when there are pending stylesheet loads.
<br>
9 <input id=t
onfocus=
"window.hasFocus=1">
12 var t
= document
.getElementById('t');
14 document
.write('<br>' + (hasFocus
? "<span style='color:green'>PASS</span>" : "<span style='color:red'>FAIL</span>"));