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