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