blob: 88079a9c0cf7c35896b3f1abd9c755bc9d58d348 [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 ignores the request fragment identifier after the redirect to a url with a fragment identifier.</p>
<iframe src="resources/redirect-to-fragment.php#foo"></iframe>
</body>
</html>