summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/autofocus/input-ref.html
blob: 6e2e546d24931c6e3682840f3ab3406482fbbfe5 (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')[1].focus();">
    <input><input onfocus="document.documentElement.removeAttribute('class');"><input>
  </body>
</html>