- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / src_property_frame1.html
1 <html>\r
2   <head><title>src property test - page 1</title>\r
3     <script type="text/javascript" src="chrome_frame_tester_helpers.js">
4     </script>
5     <script type="text/javascript">\r
6       function redirect() {\r
7         if (!isRunningInChrome()) {\r
8           onFailure("SrcProperty", 1,\r
9                     "src_property_frame1.html should not load in Chrome");\r
10           return;\r
11         }\r
12         window.location = "src_property_frame2.html";\r
13       }\r
14     </script>\r
15   </head>\r
16   <body onLoad="setTimeout(redirect, 100);">\r
17     <h2>Prepare to be redirected!</h2>\r
18     <p>Redirecting to a new page within frame...</p>\r
19   </body>\r
20 </html>