blob: 3d3483a3184d70f557567d73bc88ca4a132daf50 [file] [log] [blame]
<!DOCTYPE html>
<style>
.container {
width: 150px;
height: 50px;
background-color: green;
}
</style>
<body>
<p>You should see one green rectangle. You should not see any red.</p>
<div class="container">
</div>
</body>