summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-selected-ref.html
blob: 3b9b33b23db3e3b2cfef4dcb91d6e965bd2e20af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <script>

document.addEventListener("MozReftestInvalidate", function() {
  document.getElementById("i").select();
  document.documentElement.className = "";
});

    </script>
  </head>
  <body>
    <input id="i" type="text" value="123">
    <!-- div to cover spin box area -->
    <div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
  </body>
</html>