blob: 883ffed46d201ed6875adef584b07d892dface49 [file] [log] [blame]
<!DOCTYPE html>
<div style="height: 100vh"></div>
<div style="background: green; height: 100px"></div>
<script>
window.scrollTo(0, 100);
</script>