summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translatex-1d.html
blob: d135a62b19b61ab0cb20dcee9c2d4e2dc589bc40 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: translatex(25px); position:relative; left:25px; top:0px;">
    Test Text
  </div>
</body>
</html>