1 2 3 4 5 6 7
<!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>