chromium/chrome/test/data/automation/meta_redirect.html

<!-- Used for testing that the automation code handles a meta tag redirect
---- correctly.
!-->
<html>
  <head>
    <meta http-equiv="refresh" content="0;url=client_redirects.html">
  </head>
  <body>
    Redirecting...
  </body>
</html>