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