blob: 0cd130e67fc3f9f554936d0ee6c2bc2a0f7e213b [file] [log] [blame]
<head>
<script>
function ok(){
window.parent.postMessage("test:ok", "*");
}
</script>
</head>
<body onload="ok()">
<h1>target</h1>
</body>