Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/margin-collapsing/block-em-length-1-ref.html

27 lines
341 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-size: 20px;
}
#block1 {
height: 20px;
background-color: blue;
}
#spacer {
font-size: 50px;
height: 5em;
}
#block2 {
height: 20px;
background-color: blue;
}
</style>
</head>
<body>
<div id="block1"></div>
<div id="spacer"></div>
<div id="block2"></div>
</body>
</html>