autofocus-after-body-focus.html (269B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <link rel='stylesheet' type='text/css' href='style.css'> 4 <body> 5 <script> 6 document.body.focus(); 7 </script> 8 <input autofocus onfocus="document.documentElement.removeAttribute('class');"> 9 </body> 10 </html>