summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translate-1a.html
blob: 3a7aa50f06c62d5495043e7c9a49ac7da0a41119 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: translate(50px);">
    <div style="background-color: green; width: 20px; height: 20px">
  </div>
</body>
</html>