[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / hash-ref.html
1 <html>
2 <head>
3 <title>Manual Test for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title>
4 <style>
5 li { padding-bottom: 12px; }
6 </style>
7 </head>
8 <body>
9 <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>
10 <div>
11 <p>Instructions</p>
12 <ol>
13 <li>Click link to <a href="resources/hash-ref-test.html" target="_blank">open test page in new window</a>.</li>
14 <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>
15 <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>
16 <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>
17 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#div3" hash.<br>  This <em>should</em> reload the page.</li>
18 <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>
19 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#" hash.<br>  This <em>should</em> reload the page.</li>
20 <li>Delete the hash ref on the URL and hit <kbd>Enter</kbd>.<br>  This <em>should</em> reload the page.</li>
21 <li>Go back in history 5 times to the first URL.<br>  <em>None</em> of the pages should be reloaded.</li>
22 <li>Go forward in history 5 times to the last URL.<br>  <em>None</em> of the pages should be reloaded.</li>
23 </div>
24 </body>
25 </html>