652301-1-ref.html (235B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <body onload='document.getElementById("focusme").focus();'> 4 <span id="focusme" tabindex="0" 5 onfocus="document.documentElement.className=''">Some text</span> 6 </body> 7 </html>