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