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