diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/hash-ref.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/hash-ref.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,25 @@ + + +Manual Test for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page + + + +

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. +
  3. 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.
  4. +
  5. Set hash ref to "#" on the URL and hit Enter.
    This should take you to the top of the page without reloading.
  6. +
  7. Set hash ref to "#div3" on the URL and hit Enter.
    This should take you to the top of the div3 box without reloading.
  8. +
  9. Hit Enter in the address bar without chainging the "#div3" hash.
    This should reload the page.
  10. +
  11. Set hash ref to "#" on the URL and hit Enter.
    This should take you to the top of the page without reloading.
  12. +
  13. Hit Enter in the address bar without chainging the "#" hash.
    This should reload the page.
  14. +
  15. Delete the hash ref on the URL and hit Enter.
    This should reload the page.
  16. +
  17. Go back in history 5 times to the first URL.
    None of the pages should be reloaded.
  18. +
  19. Go forward in history 5 times to the last URL.
    None of the pages should be reloaded.
  20. +
+ +