Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / layout / reftests / forms / input / hidden / border.html
blobce7dcb2ca40f7005269aea5bf9eee6ffe4e302b2
1 <!doctype html>
2 <html>
3 <head>
4 <style type="text/css">
5 input {
6 display: block;
7 border: 1px solid #000;
9 </style>
10 </head>
11 <body>
12 <input type="hidden">
13 </body>
14 </html>