chromium/chrome/test/data/navigation_predictor/long_page_with_anchors-1.html

<html>
  <head>
  </head>
  <body>
    <a id="google" href="https://google.com">Google</a>
    <img height="4200" width="4200">
    <a id="example2" href="https://example2.com">Below viewport</a>
    <a id="example3" href="long_page_with_anchors-2.html">Below viewport differ by one</a>
  </body>
</html>