blob: c183a06df54cb8d67be6e16994fb5e75b392e7fe [file] [log] [blame]
<html>
<body>
<p>Other inner iframe.</p>
<iframe name='flag'></iframe>
<script>
var otherFrame = window.parent.frames[0];
otherFrame.document.getElementById('accessMe').innerHTML = "PASS: Host name compare is case insensitive.";
</script>
</body>
</html>