blob: 2d09498f3b6f1290468ec886c8db01dee41e5455 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title>CSS Transforms Reference File</title>
<link rel="author" title="Noah Lu" href="mailto:codedancerhua@gmail.com" />
<link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com"> <!-- 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>