summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/clip-path-fixed-scroll-ref.html
blob: 86aad95935b2da0de4fc8c18149200f8fdf2aa15 (plain)
1
2
3
4
5
6
<!doctype html>
<div style="height: 100vh"></div>
<div style="width: 200px; height: 200px; background: green"></div>
<script>
  window.scrollTo(0, 1000);
</script>