- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / automation / meta_redirect.html
1 <!-- Used for testing that the automation code handles a meta tag redirect
2 ---- correctly.
3 !-->
4 <html>
5   <head>
6     <meta http-equiv="refresh" content="0;url=client_redirects.html">
7   </head>
8   <body>
9     Redirecting...
10   </body>
11 </html>