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

<html>
  <head>
  </head>
  <body>
    <a id="google" href="https://google.com">Google</a>
    <a id="google2" href="https://google.com">Google2</a>
    <a id="imageSameHref" href="https://google.com"><img height="1" width="1"></a>
  </body>
</html>