aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/nested-fixed-position.html
blob: 2810dbf85999251ec570ef925d8bd8f200c0e9ac (plain) (blame)
1
2
3
4
5
6
7
<!DOCTYPE html>
<body style="height: 2000px; background: linear-gradient(to bottom, white, black)">
<div style="position: fixed; top: 0; right: 0; left: 0;">
    <div style="position: absolute; left: 0; right: 0; height: 40px; overflow: hidden;">
        This text should <em>not</em> scroll.
    </div>
</div>