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