Bug 1892041 - Part 1: Update test262 features. r=spidermonkey-reviewers,dminor
[gecko.git] / dom / base / test / file_script_module_sri_import_elem_nopreload.html
blob5b2388cd441c30c877cea2fdf354a5cf0606cd69
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test module script bytecode fallback</title>
6 </head>
7 <body onload="onLoad()">
8 <script id="watchme" type="module" src="file_script_module_sri_import_elem_nopreload.mjs"></script>
9 </body>
10 </html>