blob: a9b13b055260f463aa9a351cec8e9c3cc525d992 [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.py#foo"></iframe>
</body>
</html>