- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / navigate_out.html
1 <html>\r
2   <head><title>Test to make sure that navigations sent back to IE</title>\r
3     <meta http-equiv="X-UA-Compatible" content="chrome=1" />
4     <script type="text/javascript"\r
5         src="chrome_frame_tester_helpers.js"></script>\r
6     <script type="text/javascript">\r
7       function test() {\r
8         var test_name = 'navigate_out';\r
9         if (isRunningInMSIE()) {\r
10           onFailure(test_name, 1, 'Meta tag failed to load page in Chrome');\r
11         } else {\r
12           window.location = "back_to_ie.html";\r
13         }\r
14       }\r
15     </script>\r
16   </head>\r
17   <body onLoad="setTimeout(test, 100);">\r
18     <h2>Test navigations in and out of IE</h2>\r
19     <p>This page should be loaded in chrome and then we redirect to another\r
20       page that should get loaded in IE.\r
21     </p>\r
22   </body>\r
23 </html>\r