input-load.html (348B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <link rel='stylesheet' type='text/css' href='style.css'> 4 <script> 5 function focusHandler() 6 { 7 document.documentElement.removeAttribute('class'); 8 } 9 </script> 10 <body> 11 <input><input autofocus onfocus="focusHandler();"><input autofocus onfocus="focusHandler();"> 12 </body> 13 </html>