blob: e01ce82106d2b7ae78c3da24a48edf8dc0f020f7 [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
</script>
<script>
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
function loaded() {
// Unfortunately need to wait a little to ensure the top level page
// transition occurs in the failure case.
setTimeout("done()", 1000);
}
</script>
<p>Success - did not redirect to Javascript</p>
<iframe viewsource src="resources/view-source-no-refresh.php" onload="loaded()">
</iframe>
</body>
</html>