module-iframe.html (213B)
1 <!doctype html> 2 <script type=module> 3 document.write("document.write body contents\n"); 4 document.close(); 5 window.parent.document.dispatchEvent(new CustomEvent("documentWriteDone")); 6 </script> 7 Initial body contents