Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / karma / static / context.html
1 <!DOCTYPE html>
2 <!--
3 This is the execution context.
4 Loaded within the iframe.
5 Reloaded before every execution run.
6 -->
7 <html>
8 <head>
9   <title></title>
10   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11 </head>
12 <body>
13   <!-- The scripts need to be at the end of body, so that some test running frameworks
14        (Angular Scenario, for example) need the body to be loaded so that it can insert its magic
15        into it. If it is before body, then it fails to find the body and crashes and burns in an epic
16        manner. -->
17   <script type="text/javascript">
18     // sets window.__karma__ and overrides console and error handling
19     // Use window.opener if this was opened by someone else - in a new window
20     if (window.opener) {
21       window.opener.karma.setupContext(window);
22     } else {
23       window.parent.karma.setupContext(window);
24     }
25
26     // All served files with the latest timestamps
27     %MAPPINGS%
28   </script>
29   <!-- Dynamically replaced with <script> tags -->
30   %SCRIPTS%
31   <script type="text/javascript">
32     window.__karma__.loaded();
33   </script>
34 </body>
35 </html>