Bug 1892041 - Part 1: Update test262 features. r=spidermonkey-reviewers,dminor
[gecko.git] / dom / base / test / file_script_module_sri_basic_prep.html
blobd762218d6be517b104c646e1aff40033365b4a05
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test module script bytecode fallback</title>
6 </head>
7 <body>
8 <script id="watchme" type="module" src="file_script_module_sri_basic.mjs"
9 integrity="sha384-pZxhwO9umoHSuKzSRL6hi9YhRb70RfGdRnchu/zp5gbUCOC/x7NAWUPxxuv0DJoZ"></script>
10 </body>
11 </html>