summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-max-height-2-ref.html
blob: 8b654e7f98d64c0b849ebe5440b1c6eeb54e417a (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: 294px;
  height: 94px;
}

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