blob: e24992fd5ea44d66f01c275049436d15349f7a2b (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|