trisquel-icecat/icecat/layout/reftests/transform-3d/rotatex-perspective-1b.html

11 lines
212 B
HTML

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