minimal.html (101B)
1 <body>Minimal HTML</body> 2 <script> 3 parent.postMessage({"type": "subframe-loaded"}, "*"); 4 </script>