blob: ac3c4f31fd9eb1e3f739dc6ddc999837b7e757ef [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div>window.location.href = <script>document.write(window.location.href);</script></div>
<script>
function recv(e) {
var msg = 'Received message: data="' + e.data + '" origin="' + e.origin + '"';
top.postMessage(msg, '*');
}
addEventListener("message", recv, false);
</script>
</body>
</html>