blob: 7d2d090a1c3349e13e2cd90081c37b5bf0753020 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.setCanOpenWindows();
}
function loaded()
{
window.open("notify-done.html");
}
</script>
<body onload="loaded();">
</body>