blob: d178f919be91e0bdb1699d6376b85c47ee69cd4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test module script bytecode fallback</title>
</head>
<body>
<script id="watchme1" type="module" src="file_script_module_sri_dynamic_elem.mjs"></script>
<script id="watchme2" type="module" src="file_script_module_sri_dynamic_elem_imported.mjs"
integrity="sha384-3XSIfAj4/GALfWzL3T89+t3eaLIY59g8IWz1qq59xKnEW3aGd4cz7XvdcYqoK2+J"></script>
</body>
</html>
|