Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / layout / reftests / forms / input / datetime / time-small-height-ref.html
blobfcda93df9a4065f7afee744c16368c16cd0e75eb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 input {
6 width: 200px;
7 height: 5px;
8 outline: 1px dotted black;
9 /* Disable baseline alignment, so that our y-position isn't influenced by the
10 * choice of font inside of input: */
11 vertical-align: top;
13 </style>
14 </head>
15 <body>
16 <input>
17 </body>
18 </html>