- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / cf_protocol.html
1 <html>\r
2   <head><title>cf: protocol test</title>\r
3     <script type="text/javascript"\r
4         src="chrome_frame_tester_helpers.js"></script>\r
5 \r
6     <script type="text/javascript">\r
7       function test() {\r
8         if (isRunningInMSIE()) {\r
9           reloadUsingCFProtocol();\r
10         } else {\r
11           onSuccess("chrome_frame_protocol", 1);\r
12         }\r
13       }\r
14     </script>\r
15   </head>\r
16   <body onLoad="setTimeout(test, 100);">\r
17     <h2>Prepare to be redirected!</h2>\r
18     <p>Redirects the same page to its 'gcf:' version</p>\r
19   </body>\r
20 </html>\r