blob: 89cf12191958b8c56bd3c01af0860dbba7cc43f8 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<p>This tests that the comparison of the host for security is done case insensitive.</p>
<iframe id="frameA" name="frameA" src="http://localhost:8000/security/resources/cross-frame-iframe.html"></iframe>
<iframe id="frameB" name="frameB" src="http://LOCALHOST:8000/security/resources/localhost-accesssor.html"></iframe>
</body>
</html>