https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5ec6bde46c13b6d963d165fdb20f2e8f3a58460c authored by ffxbld on 04 January 2013, 23:31:18 UTC
Added FENNEC_18_0_RELEASE FENNEC_18_0_BUILD1 tag(s) for changeset 220ff6610655. DONTBUILD CLOSED TREE a=release
Tip revision: 5ec6bde
placeholder-blank-ref.html
<!DOCTYPE html>
<html class="reftest-wait">
  <script type="text/javascript">
    function focusInput()
    {
      document.getElementById('t1').focus();
    }
    function disableReftestWait()
    {
      document.documentElement.className = '';
    }
  </script>
  <body onload="focusInput();">
    <input id='t1' type="text" onfocus="disableReftestWait();">
  </body>
</html>
back to top