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

23 строки
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>