summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/placeholder/placeholder-blank-ref.html
blob: 115ffac79e71a6635051fe003fbdd38e83ccf86f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>