summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_sri_elem_elem_2.html
blob: 6df0a2306136fc2c5217ee6d391ddb6e511f0499 (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_elem_elem_2.mjs"
          integrity="sha384-pZxhwO9umoHSuKzSRL6hi9YhRb70RfGdRnchu/zp5gbUCOC/x7NAWUPxxuv0DJoZ"></script>
  <script id="watchme2" type="module" src="file_script_module_sri_elem_elem_2.mjs"></script>
</body>
</html>