blob: 8ff868cc61c18be16711d44b904cb4ff04357750 [file] [log] [blame]
<!DOCTYPE html>
<title>CSS RefTest Reference</title>
<link rel="author" title="Adobe" href="http://html.adobe.com/">
<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
<meta name="flags" content="ahem">
<style>
.container {
width: 300px;
height: 100px;
background-color: green;
margin-bottom: 50px;
}
</style>
<body>
<p>You should see two green rectanges. There should be no red.</p>
<div class="container">
</div>
<div class="container">
</div>
</body>