haikuwebkit/LayoutTests/fast/block/margin-collapse/101.html

33 lines
472 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jeffrey Zeldman Presents: The Daily Report</title>
<style>
#bravefourhundred {
width: 385px;
}
img {
display: block;
margin-top: 1em;
}
p { border: 2px solid blue; margin-bottom: 2em; }
</style>
</head>
<body>
<div id="bravefourhundred">
<p>There should be only 2em between this paragraph and the
image below.</p>
<img width="395" height="275" border="0"></div>
</body>
</html>