Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1088)

Unified Diff: content/test/data/navigation_controller/reload-with-url-anchor.html

Issue 2541513004: Ensure scrollToFragmentAnchor called before restoreScrollPositionAndViewState. (Closed)
Patch Set: bokan@ comments addressed Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698