Index: content/test/data/navigation_controller/reload-with-url-anchor.html |
diff --git a/content/test/data/navigation_controller/reload-with-url-anchor.html b/content/test/data/navigation_controller/reload-with-url-anchor.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7b1ba4d313c0bbe8e6cf813a5acdedd78943ae28 |
--- /dev/null |
+++ b/content/test/data/navigation_controller/reload-with-url-anchor.html |
@@ -0,0 +1,16 @@ |
+<!DOCTYPE html> |
+ |
+<style> |
+div { |
+ height: 100px; |
+} |
+ |
+#div { |
+ overflow-y: scroll; |
+} |
+</style> |
+ |
+<div id='div'> |
+ <div>d1</div> |
+ <div id='d2'>d2</div> |
+</div> |