summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-similar-to-text-unthemed.html
blob: f8c2ce65da9deaa6baabbb0d972caa8637a216f2 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <body>
    <input type="number" style="-moz-appearance:none; width:200px;">
    <!-- 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>