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