| <!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> |