<!DOCTYPE HTML>
<html>
<style>
div {
width: 100px;
height: 100px;
background-color: #00FF00;
}
</style>
<body>
<p>The test passes if you see a green square.</p>
<div></div>
</body>
</html>