chromium/content/test/data/accessibility/html/a-name.html

<!--
@WIN-ALLOW:LINKED
-->
<html>
<style>a { text-decoration: underline; display: block; }</style>
<body>
  <a name="named_anchor_1">named anchor</a>
  <a name="named_anchor_2" href="#foo">both a named anchor and a link</a>
</body>
</html>