blob: 5c55bed6c07af592f14ad2372722d3388a5041a6 [file] [log] [blame] [edit]
<!doctype html>
<script type=module>
await new Promise(resolve => {
window.parent.document.test.step_timeout(resolve, 0));
document.write("document.write body contents\n");
document.close();
window.parent.document.dispatchEvent(new CustomEvent("documentWriteDone"));
});
</script>
Initial body contents