https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fe30cec62a8deb9f030011cb6cbe8bb4e61f7758 authored by ffxbld on 06 August 2015, 07:14:32 UTC
Added FIREFOX_38_1_1esr_RELEASE FIREFOX_38_1_1esr_BUILD2 tag(s) for changeset 63989e580394. DONTBUILD CLOSED TREE a=release
Tip revision: fe30cec
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