Files
servo/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/reference/perspective-reftest.xht

30 lines
850 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>Reference File</title>
<link href="mailto:anduga@gmail.com" rel="author" title="Andres Ugarte" />
<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>