haikuwebkit/LayoutTests/fast/frames/set-unloaded-frame-location...

13 lines
247 B
HTML

<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
<frameset cols="50%, *">
<frame src="resources/set-unloaded-frame-location-1.html">
<frame src="" name="frame2">
</frameset>
</html>