summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/matrix3d-1a.html
blob: 235f0ae592e8fa96b3cc2182a168a8da3c81a71b (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="transform: matrix3d(1,2,0,0,3,4,0,0,0,0,1,0,5,6,0,1); width: 100px; height: 100px; background: gold;">
    Test Text
  </div>
</body>
</html>