summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_element_and_import.html
blob: 97d67f129e61e41db7c2a4ad69de6c01bddd3d4e (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Test module script bytecode</title>
</head>
<body>
  <script id="watchme1" type="module" src="file_script_module_element_and_import_imported_1.js"></script>
</body>
</html>