https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 25518337644dfa70bf65cde84597449b56a929ea authored by John Schoenick on 28 January 2012, 03:38:01 UTC
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
Tip revision: 2551833
button-focus-ref.html
<!DOCTYPE>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementsByTagName('button')[0].focus();">
    <button class='barred-ref' onfocus="document.documentElement.className='';"></button>
  </body>
</html>
back to top