gecko/layout/reftests/margin-collapsing/block-no-content-2-ref.html

21 lines
250 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#a {
background-color: green;
height: 20px;
margin-bottom: 40px;
}
#c {
background-color: green;
height: 20px;
}
</style>
</head>
<body>
<div id="a"></div>
<div id="c"></div>
</body>
</html>