summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/776265-1b.html
blob: c99f00dc32d6e1b7870e3fbed84495db54002bc8 (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 max-height with box-sizing: border-box</title>
<style type="text/css">
textarea {
    float: left;
    height: 70px;
    width: 50px;
    max-height: 50px;
    border: 1px solid #aaa;
    padding: 4px;
    box-sizing: border-box;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>