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

Side by Side Diff: LayoutTests/fast/history/scroll-restoration/resources/page-with-fragment.html

Issue 1239463005: Replace history.options with history.scrollRestoration attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move setScrollRestorationType to History Created 5 years, 4 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 body {
4 height: 2000px;
5 width: 2000px;
6 }
7 #fragment {
8 position: absolute;
9 top: 800px;
10 background-color: #faa;
11 display: block;
12 height: 100px;
13 width: 100px;
14 }
15
16 </style>
17 <body>
18 Page with fragment
19 <a id="fragment" name="fragment" class='box'></a>
20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698