blob: 3bc9d6170594e6b7a72673979ba8ca40284a1968 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
This is the grandparent of a frame that redirects itself.<br>
That grandchild frame redirects from a page with text to an empty page.<br>
A successful test result is a blank grandchild frame.<br>
If the explanatory text on the grandchild frame is still there, the test has failed.<br>
<iframe src="resources/parent-of-redirect.html"></iframe>
</body>
</html>