gecko/layout/reftests/transform-3d/matrix3d-2-ref.html

10 lines
170 B
HTML

<html>
<head>
</head>
<body>
<div style="-moz-transform: scale3d(1,2,3) translate3d(4px,5px,6px); width: 100px; height: 100px;">
Test Text
</div>
</body>
</html>