select-ref.html (308B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <link rel='stylesheet' type='text/css' href='style.css'> 4 <body onload="document.getElementsByTagName('select')[1].focus();"> 5 <select></select><select onfocus="document.documentElement.removeAttribute('class');"></select><select></select> 6 </body> 7 </html>