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