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

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

Issue 6523062: Cancel prerender if any of the visited URLs are https. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chrome/test/data/prerender/prerender_loader.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/prerender/prerender_redirect_to_https.html
diff --git a/chrome/test/data/prerender/prerender_redirect_to_https.html b/chrome/test/data/prerender/prerender_redirect_to_https.html
new file mode 100644
index 0000000000000000000000000000000000000000..da031d4d2f4857a4dd815c30caed288e986a3607
--- /dev/null
+++ b/chrome/test/data/prerender/prerender_redirect_to_https.html
@@ -0,0 +1,10 @@
+<html>
+<!--
+This test checks to make sure that a prerendered page is loaded.
+-->
+<head>
+<title>Prerender Redirect</title>
+<meta http-equiv="REFRESH" content="0;REPLACE_WITH_HTTPS_URL"></HEAD>
+</head>
+<body></body>
+</html>
« no previous file with comments | « chrome/test/data/prerender/prerender_loader.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698