tenfourfox/layout/reftests/margin-collapsing/block-no-content-7.html

22 lines
300 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.separator {
height: 20px;
background-color: green;
}
#bfc {
margin-top: 10px;
margin-bottom: 20px;
overflow: hidden;
}
</style>
</head>
<body>
<div class="separator"></div>
<div id="bfc"></div>
<div class="separator"></div>
</body>
</html>