Manual Test for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page

Instructions

  1. Click link to open test page in new window.
  2. Set hash ref to "#div5" on the URL and hit Enter.
    This should take you to the top of the div5 box without reloading the page.
  3. Set hash ref to "#" on the URL and hit Enter.
    This should take you to the top of the page without reloading.
  4. Set hash ref to "#div3" on the URL and hit Enter.
    This should take you to the top of the div3 box without reloading.
  5. Hit Enter in the address bar without chainging the "#div3" hash.
    This should reload the page.
  6. Set hash ref to "#" on the URL and hit Enter.
    This should take you to the top of the page without reloading.
  7. Hit Enter in the address bar without chainging the "#" hash.
    This should reload the page.
  8. Delete the hash ref on the URL and hit Enter.
    This should reload the page.
  9. Go back in history 5 times to the first URL.
    None of the pages should be reloaded.
  10. Go forward in history 5 times to the last URL.
    None of the pages should be reloaded.