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

Side by Side Diff: content/test/data/navigation_controller/beforeunload_replacestate_2.html

Issue 1976573002: Only use pending navigation params for browser-initiated navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: consistency Created 4 years, 7 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 <html>
2 <head>
3 <script>
4 window.addEventListener("beforeunload", function (event) {
5 window.history.replaceState(null, "", "beforeunload_replacestate_2.html");
6 });
7 </script>
8 </head>
9 <body>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698