tenfourfox/layout/reftests/margin-collapsing/block-non-sibling-2-ref2.html

20 lines
263 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#positive, #negative {
background-color: green;
height: 20px;
}
#margin {
height: 40px;
}
</style>
</head>
<body>
<div id="positive"></div>
<div id="margin"></div>
<div id="negative"></div>
</body>
</html>