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