<!DOCTYPE HTML>
<html>
<head>
<title>CSS Transforms Reference File</title>
<link rel="author" title="Noah Lu" href="mailto:[email protected]" />
<link rel="reviewer" title="Dayang Shen" href="mailto:[email protected]"> <!-- 2013-09-04 -->
<style type="text/css">
.green {
width: 200px;
height: 200px;
background-color: green;
position: absolute;
top: 100px;
left: 100px;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div class="green"></div>
</body>
</html>