blob: a60b89ab2ade5eab9e973ff0f1100c56a35a6a11 [file] [log] [blame]
<html>
<body>
<iframe id="ifrm" src="about:blank"></iframe>
<script>
document.getElementById("ifrm").contentDocument.open();
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
setTimeout("window.location='../../resources/notify-success.html'", 500);
</script>
<div>FAILURE: should redirect.</div>
</body>
</html>