<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpResourceLoadCallbacks(); | |
testRunner.waitUntilDone(); | |
} | |
onload = function() { | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
} | |
</script> | |
</head> | |
<body> | |
<p>Test passes if WebKit doesn't request the redirected URL.</p> | |
<iframe src="resources/redirect-to-invalid-url-frame.php"></iframe> | |
</body> | |
</html> |