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