summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/601894-2.html
blob: d805456c62d2b426d68f39ac880b16fcacbc8542 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <body style="background: linear-gradient(lime, lime) fixed;">
    <div style="position: absolute; left: 0; top: 0; transform: scale(1)">
      <div style="position: absolute; width: 200px; height: 200px;"></div>
    </div>
  </body>
</html>