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