<!DOCTYPE html>
<html class="reftest-wait">
  <body onload='document.getElementById("focusme").focus();'>
    <span id="focusme" tabindex="0"
          onfocus="document.documentElement.className=''">Some text</span>
  </body>
</html>