blob: 6f161750ad723143a07b5c3beb89f190b466fbf7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<!-- See resources/frame-with-anchor-same-origin.html for description of test -->
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpChildFramesAsText();
}
</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>