summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-position/sticky/position-sticky-escape-scroller-004-ref.html
blob: fa9f2b7dc05d204e260fa4ee2d32bcd348bd5fa1 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>body { margin: 0 }</style>
<div style="height: 3200px"></div>
<div style="position: fixed; top: 0; left: 0;
            width: 200px; height: 200px; background: green"></div>
<script>
window.scrollTo(0, 1000);
</script>