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