<!DOCTYPE HTML>
<style>
div#wrapper { background-color: green; width: 100px; height: 200px; }
</style>
<p>Test passes if there is no red.</p>
<div id="wrapper">
</div>
<!DOCTYPE HTML>
<style>
div#wrapper { background-color: green; width: 100px; height: 200px; }
</style>
<p>Test passes if there is no red.</p>
<div id="wrapper">
</div>