Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / base / test / file_module_js_cache.html
blob1a0d433dcdf6c538b9287c76e50fee8068c224bc
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Add a tag module script to save the bytecode</title>
6 </head>
7 <body>
8 <script id="watchme" type="module" src="file_module_js_cache.mjs"></script>
9 </body>
10 </html>