summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/block-non-sibling-4-ref2.html
blob: 37ca892865d1c296fc9cc061c53ca0c170119cb5 (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">
#bar1 {
 background-color: green;
}
div {
 height: 20px;
}
#bar2 {
 background-color: blue;
}
</style>
</head>
<body>
<div id="bar1"></div>
<div></div>
<div id="bar2"></div>
</body>
</html>