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

<!DOCTYPE html>
<html>
  <!-- See resources/frame-with-anchor-same-origin.html for description of test -->
  <script>
    if (window.testRunner) {
        testRunner.waitUntilDone();
        testRunner.dumpChildFrames();
    }
  </script>
  <!-- small same-origin child frame loading large same-orgin grandchild frame -->
  <iframe height="100" width="100" src="http://127.0.0.1:8000/navigation/resources/frame-with-anchor-same-origin.html" name="child">
  </iframe>
</html>