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

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