trisquel-icecat/icecat/layout/reftests/transform-3d/perspective-origin-1a.html

11 lines
217 B
HTML

<html>
<head>
</head>
<body>
<div style="perspective: 1000px; perspective-origin: 0 0;">
<div style="transform: rotatex(45deg); width: 100px; height: 100px;">
Test Text
</div>
</div>
</body>
</html>