blob: 197a43267767d0215ff21be4e393c0fb7d744f2c [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function loaded()
{
window.top.location.href = "notify-done.html";
}
</script>
<body onload="loaded();">
This page does a javascript client redirect to notify-done.html in the main frame.
</body>