blob: 08dcf4d340e4d64dea42a3b26125ff2eca58d5cd [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.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>