haikuwebkit/LayoutTests/fast/frames/resources/location-change-frame-1.html

9 lines
227 B
HTML

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