blob: d7e2ba33c4ba422d1c9e51d7207a5dbd9f6397e1 [file] [log] [blame]
<html>
<script>
function test() {
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
document.open();
setTimeout("window.location='../../resources/notify-success.html'", 500);
}
</script>
<body onload="test()">
</body>
</html>