module-delayed-iframe.html (274B)
1 <!doctype html> 2 <script type=module> 3 window.parent.document.test.step_timeout(() => { 4 document.write("document.write body contents\n") 5 document.close(); 6 window.parent.document.dispatchEvent(new CustomEvent("documentWriteDone")); 7 }, 0); 8 </script> 9 Initial body contents