1
0
Fork 0
firefox/testing/web-platform/tests/css/css-anchor-position/position-area-scroll-adjust-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
348 B
HTML

<!DOCTYPE html>
<title>CSS Test Reference</title>
<p>You should see a green square below</p>
<div id="scroller" style="overflow:auto;width:400px;height:200px">
<div style="height:200px"></div>
<div style="width:200px;height:200px;background:green"></div>
<div style="height:300px"></div>
</div>
<script>
scroller.scrollTop = 200;
</script>