- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / meta-redirect.html
1 <html>\r
2 <head>\r
3     <title>Some test page</title>\r
4     <meta http-equiv="refresh" content="0;URL=resultPage.html"/>\r
5 </head>\r
6 <body>\r
7 <script type="text/javascript" language="javascript"><!--\r
8 location.replace("resultPage.html");\r
9 //--> </script>\r
10 </body>\r
11 </html>