blob: 3e0ddec2c972110d4528ecf4177033d464852a7e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: transform perspective Reference</title>
<link rel="author" title="caoqixing" href="mailto:robin.webkit@gmail.com" />
<link rel="reviewer" title="Dayang Shen" href="mailto:shendayang@baidu.com" /> <!-- 2013-09-03 -->
<style type="text/css">
div {
width: 200px;
height: 200px;
}
#container {
position: relative;
background-color: green;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div id="container"></div>
</body>
</html>