Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-transforms/transform3d-preserve3d-007.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>CSS Test (Transforms): Two rotatey(), No Preserve-3D</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<meta name="assert" content="This is identical to
transform3d-preserve3d-006.html, except with rotatey() instead of
rotatex().">
<meta name="fuzzy" content="maxDifference=0-55; totalPixels=0-200">
<link rel="match" href="transform-lime-square-ref.html">
</head>
<body>
<div style="transform: rotatey(45deg); transform-origin: left">
<div style="transform: rotatey(-45deg); transform-origin: left;
height: 100px; width: 200px; background: lime">
</div></div>
</body>
</html>