chromium/third_party/blink/web_tests/external/wpt/html/webappapis/dynamic-markup-insertion/document-write/module-dynamic-import-iframe.html

<!doctype html>
<script type=module>
(async () => {
  let module = await import("./module-dynamic-import.mjs");
})();
</script>
Initial body contents