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