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

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

Issue 2628683003: Add DidSaveScrollOrScaleState flag to prevent restoreScrollPositionAndViewState restore from default (Closed)
Patch Set: add dump file Created 3 years, 10 months 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <style> 3 <style>
4 div { 4 div {
5 height: 100px; 5 height: 100px;
6 } 6 }
7 7
8 #div { 8 #div {
9 overflow-y: scroll; 9 overflow-y: scroll;
10 } 10 }
11 </style> 11 </style>
12 12
13 <div id='div'> 13 <div id='div'>
14 <div>d1</div> 14 <div>d1</div>
15 <div id='d2'>d2</div> 15 <div id='d2'>d2</div>
16 </div> 16 </div>
17
18 <p style="position: absolute; top: 2000px">End of page.</p>
OLDNEW
« no previous file with comments | « content/renderer/history_serialization.cc ('k') | content/test/data/page_state/serialized_v23.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698