Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / base / test / file_js_cache_module.html
blob36d549c94593888130d9b92a19b40b67bc039e63
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Load the script as a module</title>
6 </head>
7 <body>
8 <!-- crossorigin="use-credentials", because if we do an anonymous load that --
9 -- won't use the cache at all -->
10 <script id="watchme" src="file_js_cache.js" type="module"
11 crossorigin="use-credentials"></script>
12 </body>
13 </html>