| 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
|
| + *
|
|
|
|
|