blob: a56c789f1474de969ee9c2276ec22c2594f921a8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.test {
width: 200px;
height: 200px;
background-color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a green square.</p>
<div class="test"></div>
</body>
</html>