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