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