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