summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/module-dynamic-import-iframe.html
blob: 672bb953d6cc27940c6e09cc5a0f9f31e000c7f7 (plain)
1
2
3
4
5
6
7
<!doctype html>
<script type=module>
(async () => {
  let module = await import("./module-dynamic-import.mjs");
})();
</script>
Initial body contents