chromium/third_party/blink/web_tests/http/tests/navigation/resources/grandchild-with-anchor.html

<!DOCTYPE html>
<html>
<body>
<div style="height: 2000px">
  <!-- Spacer to make sure that the named anchor below requires scrolling -->
</div>
<a name="anchor1">This is an anchor point named "anchor1"</a>.
</body>
</html>