12345678910111213141516171819202122232425262728293031 |
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta charset="UTF-8" />
- <title>JsUnit tests for goog.module.ModuleLoader</title>
- <script src='../base.js'></script>
- <script>
- goog.require('goog.module.ModuleLoaderTest');
- </script>
- </head>
- <body>
- <b>Note:</b>: If you are running this test off local disk on Chrome, it
- will fail unless you start Chrome with
- <code>--allow-file-access-from-files</code>.
- </body>
- </html>
|