mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
7 lines
164 B
HTML
7 lines
164 B
HTML
<!doctype html>
|
|
<div style="height: 100vh"></div>
|
|
<div style="width: 200px; height: 200px; background: green"></div>
|
|
<script>
|
|
window.scrollTo(0, 1000);
|
|
</script>
|