summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_module_js_cache_no_module.html
blob: fd5e23fb37502f85519c753afa0b4bdeacc9a247 (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.js"></script>
</body>
</html>