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