blob: e184d6352246b1216650f907e1a0ef6bb6387f5e [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description('Test nomodule does not have any effect on module script.');
// Module will be executed asynchronously.
window.jsTestIsAsync = true;
</script>
<script>
debug('Module is not executed yet.');
</script>
<script src="../../../resources/js-test-post.js"></script>
<script nomodule type="module" src="./resources/module-src-simple.js"></script>
</body>
</html>