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

Unified Diff: chrome/test/data/prerender/prerender_download_location.html

Issue 6459005: Cancel prerender when we discover a download starting from a page we are prer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/prerender/prerender_download_location.html
===================================================================
--- chrome/test/data/prerender/prerender_download_location.html (revision 0)
+++ chrome/test/data/prerender/prerender_download_location.html (revision 0)
@@ -0,0 +1,11 @@
+<html>
+ <head><title>Prerender download test - location</title>
+ <script>
+ setTimeout(
+ function() {
+ window.location = '../download-test1.lib';
+ }, 1000);
+ </script>
+ </head>
+ <body></body>
+</html>
Property changes on: chrome/test/data/prerender/prerender_download_location.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/test/data/prerender/prerender_download_iframe.html ('k') | chrome/test/data/prerender/prerender_download_refresh.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698