blob: 0a0a1bc408c9335cc30aa5959f8fc4a9b03662fb [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css"
href="http://localhost:8000/security/resources/redir.php?url=http://localhost:8000/security/resources/cssStyle.css">
<script>
if (window.testRunner)
testRunner.dumpAsText();
function log(msg) {
document.getElementById('console').innerHTML = msg;
}
window.onload = function() {
log(document.styleSheets[0].href);
}
</script>
</head>
<body>
A style sheet's href should be the original URL, not the final URL, of the
redirect chain:
<div id="console">Waiting...</div>
</body>
</html>