blob: 40954b5f719a002962bc7c84970c82c3a3d55041 [file] [log] [blame]
<!DOCTYPE>
<html>
<head>
<style>
#background {
width: 200px;
height: 200px;
background-color: green;
}
</style>
</head>
<body>
<!-- When the test is done, there should only be a green square on the page -->
<div id="background"></div>
</body>
</html>