chromium/third_party/blink/renderer/core/testing/data/back_forward_restore_scroll.html

<body>
<div style="height: 1000"></div>
<a href="#a">Go to A</a>
<a href="#b">Go to B</a>
<div style="height: 1000"></div>
<div id="a">A</div>
<div style="height: 1000"></div>
<div id="b">B</div>
</body>