gecko/layout/reftests/transform-3d/scale3d-all.html

10 lines
173 B
HTML

<html>
<head>
</head>
<body>
<div style="-moz-transform: scale3D(2,2,2); -moz-transform-origin: 0 0; width: 100px; height: 100px;">
Test Text
</div>
</body>
</html>