summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/translatey-1d.html
blob: f0e6bac6bcfa4b30e5713222961f73809d11803d (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="transform: translatey(25px); position:relative; top:25px; left:0px;">
    <div style="background-color: green; width: 20px; height: 20px">
  </div>
</body>
</html>