summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-anchor-position/inset-area-scroll-adjust-ref.html
blob: 5cd863500a7729a8acf0eaab5883ca58cfcfb935 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>