Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 776265-2a.html
blob760796fe2dbcb24006617e4ff4bb8dd3e25cb1da
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Testcase for bug 776265 - checks min-height</title>
5 <style type="text/css">
6 textarea {
7 float: left;
8 height: 30px;
9 width: 50px;
10 min-height: 50px;
11 border: 1px solid #aaa;
12 padding: 4px;
14 </style>
15 </head>
16 <body><textarea></textarea>
17 </body>
18 </html>