summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/resources/hash-ref-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/resources/hash-ref-test.html')
-rw-r--r--Source/WebCore/manual-tests/resources/hash-ref-test.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/resources/hash-ref-test.html b/Source/WebCore/manual-tests/resources/hash-ref-test.html
new file mode 100644
index 0000000..ed45778
--- /dev/null
+++ b/Source/WebCore/manual-tests/resources/hash-ref-test.html
@@ -0,0 +1,24 @@
+<html>
+<head>
+<title>Test Case for Bug 13067: Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page</title>
+<style>
+body {
+ min-height: 10000px;
+ margin-top: 0px;
+ padding-top: 0px;
+}
+div {
+ min-height: 100px;
+ border: 1px solid black;
+}
+</style>
+</head>
+<body>
+top
+<div id="div1">div1</div>
+<div id="div2">div2</div>
+<div id="div3">div3</div>
+<div id="div4">div4</div>
+<div id="div5">div5</div>
+</body>
+</html>