summaryrefslogtreecommitdiff
path: root/works/minmax-height-2.html
blob: 2c38e9683896b80004af06fb3212f4b9f3c8206d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Min/max-height test</title>
</head>
<body>
<div style="background:red; max-height:10em; overflow:hidden;">
<div style="background:yellow; height:10em;"></div>
<div style="background:blue; height:10em;"></div>
</div>
</body>
</html>