chromium/chrome/test/data/favicon/page_with_location_override_to_other_page.html

<html>
<head>
<script>
window.onload = function() {
  setTimeout(function() {
    this.document.location.replace("/favicon/page_with_favicon.html");
  }, 0);
}
</script>
</head>
</html>