blob: 8e4e9bcf45fa3483c3ece8753a18b2dc144864ff [file] [log] [blame]
<html>
<body>
<p>Target Child</p>
<script>
window.parent.frames[1].document.getElementById('button').onclick = function() {
alert("document.domain: " + window.document.domain);
}
window.location = "http://localhost:8000/security/resources/cross-frame-iframe.html";
</script>
</body>
</html>