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
+
+
+
+
+
+
Instructions
+
+- Click link to open test page in new window.
+- 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.
+- Set hash ref to "#" on the URL and hit Enter.
This should take you to the top of the page without reloading.
+- Set hash ref to "#div3" on the URL and hit Enter.
This should take you to the top of the div3 box without reloading.
+- Hit Enter in the address bar without chainging the "#div3" hash.
This should reload the page.
+- Set hash ref to "#" on the URL and hit Enter.
This should take you to the top of the page without reloading.
+- Hit Enter in the address bar without chainging the "#" hash.
This should reload the page.
+- Delete the hash ref on the URL and hit Enter.
This should reload the page.
+- Go back in history 5 times to the first URL.
None of the pages should be reloaded.
+- Go forward in history 5 times to the last URL.
None of the pages should be reloaded.
+
+
+