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