blob: 4db147db3d943a0cfa96efbfb6403ec167344db9 [file] [log] [blame]
<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>