mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
20 lines
739 B
HTML
20 lines
739 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>CSS Reftest Reference</title>
|
|
<link href="mailto:dalcala@adobe.com" rel="author" title="David Alcala" />
|
|
<link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck" /> <!-- 07-15-2013 -->
|
|
<style type="text/css">
|
|
#green-square {
|
|
width: 200px;
|
|
height: 200px;
|
|
margin-left: 51px;
|
|
background-color: green;
|
|
transform: perspective(600px) rotateX(45deg);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The test passes if you see a green trapezoid and no red.</p>
|
|
<div id="green-square"></div>
|
|
|
|
</body></html> |