blob: eb97b77db363fdf30987eb79063bacbbad9dbb65 [file] [log] [blame]
<html>
<body>
<p>Target Child</p>
<script>
window.parent.frames[1].XHR.addEventListener("load", function() {
try {
alert("document.domain: " + window.document.domain);
} catch(e) {
}
}, false);
window.location = "http://localhost:8000/security/resources/cross-frame-iframe.html";
</script>
</body>
</html>