https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d00f579875653721524811c310bf63e8f42e8e2e authored by ffxbld on 08 May 2013, 04:38:53 UTC
Added FIREFOX_21_0_RELEASE FIREFOX_21_0_BUILD2 tag(s) for changeset 0a66f8ca83a1. DONTBUILD CLOSED TREE a=release
Tip revision: d00f579
input-focus-ref.html
<!DOCTYPE>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementsByTagName('input')[0].focus();">
    <input class='invalid-ref' onfocus="document.documentElement.className='';">
  </body>
</html>
back to top