chromium/chrome/test/data/navigation_predictor/simple_page_with_anchors.html

<html>
  <head>
  </head>
  <body>
    <a id="google" href="https://google.com">Google</a>
    <a id="example" href="https://example.com">Example</a>
    <a id="example" href="simple_page_with_anchors.html">Same page</a>
    <a id="example" href="simple_page_with_anchors.html#">Same page</a>
    <a id="example" href="simple_page_with_anchors.html#foobar">Same page</a>
  </body>
</html>