blob: 2c44e6b11484b08d4e153abfd3bf410b00969bb5 [file] [log] [blame]
<!doctype HTML>
<div style="width: 300px; height: 300px; background: green; margin-top: 1500px"></div>
<div id=spacer style="position: relative; width: 10px; height: 300px"></div>
<script>
onload = function() {
window.scrollTo(0, 3000);
}
</script>