Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<!-- This test passes if both the anchor and anchored elements are hidden. -->
<div style="height: 200vh;"></div>
<script>
window.scrollTo(0, 100);
</script>