summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/652301-1-ref.html
blob: c587207949a5b22274a9900f228465fe4724982f (plain)
1
2
3
4
5
6
7
<!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>