blob: 955a2dd603d625975934e1ed6a42b4ea077093b7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
<div></div>
<div></div>
</body>
</html>