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

<html>
<head>
<link rel="icon" href="icon.png"/>
<script>
window.onload = function() {
  setTimeout(function() {
    this.document.location.replace("#foo");
  }, 0);
}
</script>
</head>
</html>