- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / chrome_frame_http_header_frameset_child.html
1 <html>
2   <head>
3     <script type="text/javascript"
4             src="chrome_frame_tester_helpers.js"></script>
5   </head>
6    <body>
7     <div id="statusPanel" style="border: 1px solid red; width: 100%">
8       Test running....
9     </div>
10
11     <p>This page should not render in Chrome Frame.</p>
12
13     <script type="text/javascript">
14       (function(){
15         var testName = 'FullTabHttpHeaderFrameset';
16         try {
17           if (isRunningInChrome()) {
18             onFailure(testName, 1);
19           } else {
20             parent.reportNotRunningInCF();
21           }
22         } catch (e) {
23           onFailure(testName, 1,
24                     testName + ' failed with error: ' + e);
25         }
26       })();
27     </script>
28   </body>
29 </html>