blob: 35a31f8f56468e5c273e2a9efd3ab614c6adc977 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green square reference</title>
<style>
.test { background-color: #008000; width: 12em; height: 12em;}
</style>
<body>
<p>Test passes if you see a green square, and no red.</p>
<div class="test"></div>
</body>