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

Side by Side Diff: chrome/test/data/pdf/pdf_href_replace_state.html

Issue 2611643004: Don't abort the PDF stream if a navigation is intiated within the same page. (Closed)
Patch Set: Fix redness. Created 3 years, 11 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 <title>First window</title>
4 <script>
5 window.addEventListener('pagehide', function() {
6 history.replaceState({time: Date.now()}, '');
7 });
8 </script>
9 </head>
10
11 <body>
12 <a id="link" href="test-link.pdf"> pdf </a>
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698