summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/column-sibling-2-ref.html
blob: 3d160baaa3518dcee9fe82a1331217800c4628f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.multi-column {
 height: 20px;
 background-color: blue;
}
.spacer {
 height: 20px;
}
</style>
</head>
<body>
<div class="multi-column"></div>
<div class="spacer"></div>
<div class="multi-column"></div>
<div class="spacer"></div>
<div class="multi-column"></div>
</body>
</html>