summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translate-1c.html
blob: 485f7dcc9ce47fa07826ddea4d2d4454272ebeb6 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: translate(25px, 25px) translate(25px, 25px);">
    Test Text
  </div>
</body>
</html>