blob: 86aad95935b2da0de4fc8c18149200f8fdf2aa15 [file] [log] [blame] [edit]
<!doctype html>
<div style="height: 100vh"></div>
<div style="width: 200px; height: 200px; background: green"></div>
<script>
window.scrollTo(0, 1000);
</script>