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

Side by Side Diff: LayoutTests/fast/history/resources/replaceState-during-beforeunload.html

Issue 1159723003: Don't reuse HistoryItems for multiple navigations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <body>
2 <div style="height: 2000px;"></div>
3 <script>
4 history.back();
5
6 window.onbeforeunload = function() {
7 history.replaceState({foo:'bar'}, null, "#");
8 window.scrollTo(0, 1000);
9 }
10 </script>
11 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/history/replaceState-onbeforeunload-scroll-state-expected.txt ('k') | Source/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698