1 2 3 4 5 6
<!DOCTYPE> <html class="reftest-wait"> <body onload="document.getElementById('i').focus();"> <input id='i' onfocus="document.documentElement.className = '';"> </body> </html>