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