Index: chrome/test/data/ssl/page_runs_insecure_content.html |
diff --git a/chrome/test/data/ssl/page_runs_insecure_content.html b/chrome/test/data/ssl/page_runs_insecure_content.html |
index 6893197de4e8041e38a5b1d86dda5fc23e0f40d4..859b16de08a9a27e3945979daeb63cd086d839ab 100644 |
--- a/chrome/test/data/ssl/page_runs_insecure_content.html |
+++ b/chrome/test/data/ssl/page_runs_insecure_content.html |
@@ -3,6 +3,6 @@ |
<body> |
This page contains an script which is served over an http connection, |
causing insecure content (when this page is loaded over https).<br> |
-<script src="http://localhost:1337/files/ssl/randomize_hash.js"></script> |
+<script src="http://REPLACE_WITH_HOST_AND_PORT/files/ssl/randomize_hash.js"></script> |
</body> |
</html> |