Files
servo/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference/transofrmed-rotateX-3-ref.xht

21 lines
571 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 Transforms API Test: transform rotateX</title>
<link href="mailto:ylzcylx@gmail.com" rel="author" title="loveky" />
<style>
div {
height: 150px;
width: 150px;
}
.container {
background-color: green;
}
</style>
</head>
<body>
<p>You should only see a GREEN box if this test passes!</p>
<div class="container">
</div>
</body></html>