summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/block-overflow-1-ref2.html
blob: d2b7a4f5df831d0200d474c0709199ef70b79ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.separator {
 height: 20px;
 background-color: blue;
}
.spacer {
 height: 40px;
}
#overflow {
 height: 200px;
 background-color: green;
}
</style>
</head>
<body>
<div class="separator"></div>
<div class="spacer"></div>
<div id="overflow"></div>
<div class="spacer"></div>
<div class="separator"></div>
</body>
</html>