summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/block-no-content-3-ref.html
blob: a5b22d433398e5892c8d29c0c3b98751c650b20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#separator, #parent {
 height: 20px;
 background-color: green;
}
#spacer {
 height: 30px;
}
</style>
</head>
<body>
<div id="separator"></div>
<div id="spacer"></div>
<div id="parent">
 <div id="first-child"></div>
 <div id="last-child"></div>
</div>
</body>
</html>