summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/776265-2a.html
blob: 760796fe2dbcb24006617e4ff4bb8dd3e25cb1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
<title>Testcase for bug 776265 - checks min-height</title>
<style type="text/css">
textarea {
    float: left;
    height: 30px;
    width: 50px;
    min-height: 50px;
    border: 1px solid #aaa;
    padding: 4px;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>