summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translatey-2.html
blob: 3bcaaf32a3fa2fe5ae6362f7a99da51396916db0 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: matrix(1, 0, 0, 1, 0, 50);">
    Test Text
  </div>
</body>
</html>