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

21 lines
297 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;
}
#margin-only {
margin-top: 20px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="separator"></div>
<div id="margin-only"></div>
<div class="separator"></div>
</body>
</html>