summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/hash-ref.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
commit648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/hash-ref.html
parenta65af38181ac7d34544586bdb5cd004de93897ad (diff)
downloadexternal_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/hash-ref.html')
-rw-r--r--WebCore/manual-tests/hash-ref.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/WebCore/manual-tests/hash-ref.html b/WebCore/manual-tests/hash-ref.html
deleted file mode 100644
index ed15fdb..0000000
--- a/WebCore/manual-tests/hash-ref.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<head>
-<title>Manual Test for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title>
-<style>
-li { padding-bottom: 12px; }
-</style>
-</head>
-<body>
-<h3>Manual Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=13067">Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</a></h3>
-<div>
-<p>Instructions</p>
-<ol>
-<li>Click link to <a href="resources/hash-ref-test.html" target="_blank">open test page in new window</a>.</li>
-<li>Set hash ref to "#div5" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div5 box <em>without</em> reloading the page.</li>
-<li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li>
-<li>Set hash ref to "#div3" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div3 box <em>without</em> reloading.</li>
-<li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#div3" hash.<br> This <em>should</em> reload the page.</li>
-<li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li>
-<li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#" hash.<br> This <em>should</em> reload the page.</li>
-<li>Delete the hash ref on the URL and hit <kbd>Enter</kbd>.<br> This <em>should</em> reload the page.</li>
-<li>Go back in history 5 times to the first URL.<br> <em>None</em> of the pages should be reloaded.</li>
-<li>Go forward in history 5 times to the last URL.<br> <em>None</em> of the pages should be reloaded.</li>
-</div>
-</body>
-</html>