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

17 lines
206 B
HTML
Raw Normal View History

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