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