select-load.html (393B)
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 setTimeout(document.documentElement.removeAttribute('class'), 0); 8 } 9 </script> 10 <body> 11 <select></select><select autofocus onfocus="focusHandler();"></select><select autofocus onfocus="focusHandler();"></select> 12 </body> 13 </html>