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