blob: 2f3207df73bcfb989fc426f3326d43ff9a66f81d [file] [log] [blame]
<html>
<head>
</head>
<body>
<p id='accessMe'></p>
<p>Inner iframe with explicit document.domain set.</p>
<script>
document.domain = "127.0.0.1";
parent.postMessage("LOADED", "*");
</script>
</body>
</html>