1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

content / test / data / navigation_controller / reload-with-url-anchor.html [blame]

<!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>