blob: af9c74b9dda7450f3b91ab4116189b77e631076d [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 preserves the request fragment identifier after the redirection.</p>
<iframe src="resources/redirect-preserves-fragment.php#foo"></iframe>
</body>
</html>