blob: b54701153208f2f4dfecff918cf8b3d7dcd0b980 [file] [log] [blame]
<p>The frame on the right should <i>not</i> say 'hello world'.</p>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
parent.frames[1].location='location-change-frame-2.html'
</script>