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

Unified Diff: chrome/test/data/ssl/page_with_http_script.html

Issue 42314: SSLPolicy fix: Step 9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/ssl/blank_page.html ('k') | chrome/test/data/ssl/randomize_hash.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/page_with_http_script.html
===================================================================
--- chrome/test/data/ssl/page_with_http_script.html (revision 0)
+++ chrome/test/data/ssl/page_with_http_script.html (revision 0)
@@ -0,0 +1,8 @@
+<html>
+<head><title>Page with http script</title></head>
+<body>
+This page contains an script which is served over an http connection,
+causing mixed contents (when this page is loaded over https).<br>
+<script src="http://localhost:1337/files/ssl/randomize_hash.js"></script>
+</body>
+</html>
Property changes on: chrome\test\data\ssl\page_with_http_script.html
___________________________________________________________________
Added: svn:executable
+ *
« no previous file with comments | « chrome/test/data/ssl/blank_page.html ('k') | chrome/test/data/ssl/randomize_hash.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698