summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_module_js_cache_no_module.html
blob: d81884e44d39afee89727d6f69a130f449b148bb (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Load the module script as a regular script</title>
</head>
<body>
  <script id="watchme" src="file_module_js_cache.mjs"></script>
</body>
</html>