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

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

Issue 7015026: Cancel prerenders for pages that call window.print() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a data file. Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/prerender/prerender_print.html
diff --git a/chrome/test/data/prerender/prerender_print.html b/chrome/test/data/prerender/prerender_print.html
new file mode 100644
index 0000000000000000000000000000000000000000..41b9498c18b56a0200b60c751bc53dd32ee60ebf
--- /dev/null
+++ b/chrome/test/data/prerender/prerender_print.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>Prerender Print</title>
+ <script>
+ window.print();
+ </script>
+ </head>
+ <body></body>
+</html>
+
« chrome/browser/prerender/prerender_observer.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698