summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/568441-ref.html
blob: 0e039f72c1581efbfa1ae9ba3b3ebdf571c186cb (plain)
1
2
3
4
5
6
<!DOCTYPE>
<html class="reftest-wait">
  <body onload="document.getElementById('i').focus();">
    <input id='i' onfocus="document.documentElement.className = '';">
  </body>
</html>