tenfourfox/layout/reftests/transform-3d/perspective-origin-1b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
237 B
HTML

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