summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-max-height-1-ref.html
blob: 5f17a624259db53c01ad0750a358554b1634a6e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <style>

div {
  border: 3px solid black;
  width: 308px;
  height: 108px;
}

    </style>
  </head>
  <body>
    <div></div>
  </body>
</html>