blob: 5e0c14d885aff745ea0bae099d98a45d65667c8d [file] [log] [blame]
<!DOCTYPE html>
<style>
.outer {
width: 600px;
height: 100px;
background-color: green;
}
</style>
<body>
<p>You should see no red.</p>
<div class="outer">
</div>