summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_sri_import_elem_nopreload.html
blob: 5b2388cd441c30c877cea2fdf354a5cf0606cd69 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Test module script bytecode fallback</title>
</head>
<body onload="onLoad()">
  <script id="watchme" type="module" src="file_script_module_sri_import_elem_nopreload.mjs"></script>
</body>
</html>