summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/scale3d-z.html
blob: e168dabc246ebb474411b33700f6c2a446bc4b99 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: rotatex(90deg) scale3D(1,1,2) rotatex(-90deg); -moz-transform-origin: 0 0; width: 100px; height: 100px;">
    Test Text
  </div>
</body>
</html>