haikuwebkit/LayoutTests/fast/loader/resources/iframe-set-location-base-bl...

16 lines
273 B
HTML

<head>
<base target="_blank">
<script>
function runTest()
{
location.href="notify-done-with-window-count.html";
}
</script>
</head>
<body onload="runTest();">
This page sets location to another page.<br>
It should open in this frame and not a new window.<br>
</body>