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