blob: 65c49a5d415f70ecd9919fe819fa63f5bb4d278e [file] [log] [blame]
<!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 keeps fragment identifier from first redirected URL.</p>
<iframe src="resources/redirect-to-fragment2.py"></iframe>
</body>
</html>