Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / chrome / test / data / automation / meta_redirect.html
bloba1b83fe97e9949f78f26b5eadf2171bfdbec7c1a
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>