summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_dynamic_and_element.html
blob: 3614ed6a990c37b41565af7b09e88c85d13455d6 (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_dynamic_and_element.mjs"></script>
</body>
</html>