chromium/content/test/data/navigation_controller/reload-with-url-anchor.html

<!DOCTYPE html>

<style>
  body {
    margin:0;
  }
  .big_space {
    height: 2000px;
    background-color:gray;
  }
</style>

<div class="big_space"></div>

<div id='center-element'>
  The 'center-element'.
</div>

<div class="big_space"></div>