summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-sticky/transformed-1-ref.html
blob: 0d08d67aec1c418d7b74e05d8bcca171f37bacb3 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html style="margin: 0">
  <body style="margin: 0">
    <div style="height: 70px; background-color: blue"></div>
    <div style="height: 2000px;">
        <div style="margin-top: 50px; width: 100px; height: 100px; background-color: green"></div>
    </div>
</html>