blob: c39661796a4129cb514cd632c5742177825fde2f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Reference File</title>
<link rel="author" title="Andres Ugarte" href="mailto:anduga@gmail.com">
<style type="text/css">
.container {
position: absolute;
width: 150px;
height: 150px;
top: 100px;
left: 100px;
}
.greenSquare {
position: absolute;
top: 0px;
left: 0px;
width: 150px;
height: 150px;
background: green;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div class="container">
<div class="greenSquare"></div>
</div>
</body>
</html>