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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <style>
4 div {
5 height: 100px;
6 }
7
8 #div {
9 overflow-y: scroll;
10 }
11 </style>
12
13 <div id='div'>
14 <div>d1</div>
15 <div id='d2'>d2</div>
16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698