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