blob: 607fc0634f9a92bd4fb504a6df37f287daeb91c0 (
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>
<script id="watchme" type="module" src="file_script_module_sri_elem_dynamic_imported.js"></script>
</body>
</html>
|