Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/https-acid3
/
.
/
html
/
webappapis
/
dynamic-markup-insertion
/
document-write
/
module-iframe.html
blob: f8646df56b77279bbae20df38e251d49201038f5 [
file
] [
edit
]
<!doctype html>
<script
type
=
module
>
document
.
write
(
"document.write body contents\n"
);
document
.
close
();
window
.
parent
.
document
.
dispatchEvent
(
new
CustomEvent
(
"documentWriteDone"
));
</script>
Initial body contents