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