summaryrefslogtreecommitdiffstats
path: root/layout/reftests/margin-collapsing/block-negative-2-noref1.html
blob: 8252871a3a6c529d2f608c63a5086df5824c814f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#b {
 height: 20px;
 background-color: green;
}
</style>
</head>
<body>
<div id="a"></div>
<div id="b"></div>
</body>
</html>