https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fcd9400fa14e8053888cbbe2356ef0c8cb493ed7 authored by ffxbld on 09 February 2016, 21:11:53 UTC
Added FENNEC_44_0_2_RELEASE FENNEC_44_0_2_BUILD1 tag(s) for changeset a0a03539bfef. DONTBUILD CLOSED TREE a=release
Tip revision: fcd9400
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