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