chromium/chrome/test/data/android/redirect/about.html

<html>
<meta http-equiv="refresh" content="0;url=one.html" />

<head>
<title>About the Google</title>
</head>

<body>
  This is the Google!
</body>

</html>