chromium/third_party/blink/web_tests/http/tests/navigation/anchor-frames.html

<html>
  <!-- See resources/frame-with-anchor.html for description of test -->
  <script>
    if (window.testRunner)
        testRunner.dumpChildFrames();
  </script>
  <frameset rows="90%,10%">
    <frame src="resources/frame-with-anchor.html#anchor1" name="main">
    <frame src="about:blank" name="footer">
  </frameset>
</html>