summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/scale3d-all-separate.html
blob: 409d911795e146b684bba4169c6341aefa4954e8 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="transform: scaleX(2) scaleY(2) scaleZ(2); transform-origin: 0 0; width: 100px; height: 100px;">
    Test Text
  </div>
</body>
</html>