gecko/layout/reftests/transform-3d/scale3d-1-ref.html
Ed Morley 4616e748a8 Backout 5ba9a4f41128 (bug 724614) for OS X reftest failures
--HG--
rename : layout/reftests/transform-3d/scale3d-all-separate.html => layout/reftests/transform-3d/scale3d-2-ref.html
2012-02-21 13:53:11 +00:00

10 lines
188 B
HTML

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