Index: LayoutTests/fast/history/scroll-restoration/resources/page-with-fragment.html |
diff --git a/LayoutTests/fast/history/scroll-restoration/resources/page-with-fragment.html b/LayoutTests/fast/history/scroll-restoration/resources/page-with-fragment.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..76ac8f364f23871742ba73b6fcc97f23a9333ba5 |
--- /dev/null |
+++ b/LayoutTests/fast/history/scroll-restoration/resources/page-with-fragment.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE html> |
+<style> |
+body { |
+ height: 2000px; |
+ width: 2000px; |
+} |
+#fragment { |
+ position: absolute; |
+ top: 800px; |
+ background-color: #faa; |
+ display: block; |
+ height: 100px; |
+ width: 100px; |
+} |
+ |
+</style> |
+<body> |
+Page with fragment |
+ <a id="fragment" name="fragment" class='box'></a> |
+</body> |