summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/autofocus/autofocus-after-body-focus-ref.html
blob: 3801ed7543eef6b253ed648a156b3c6328b47b18 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementsByTagName('input')[0].focus();">
    <input onfocus="document.documentElement.removeAttribute('class');">
  </body>
</html>