tenfourfox/layout/reftests/margin-collapsing/block-no-content-3-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

23 lines
321 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#separator, #parent {
height: 20px;
background-color: green;
}
#spacer {
height: 30px;
}
</style>
</head>
<body>
<div id="separator"></div>
<div id="spacer"></div>
<div id="parent">
<div id="first-child"></div>
<div id="last-child"></div>
</div>
</body>
</html>