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

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

Issue 4429001: SSLUITest's work with ephemeral port testserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit-fixing. Created 10 years, 1 month 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/ssl/page_with_unsafe_contents.html
diff --git a/chrome/test/data/ssl/page_with_unsafe_contents.html b/chrome/test/data/ssl/page_with_unsafe_contents.html
index 907c9cad102875c1cfdef11264f4eff524814fc3..8847fe9b934b17ed67d66b01222cb88bfeb0a52c 100644
--- a/chrome/test/data/ssl/page_with_unsafe_contents.html
+++ b/chrome/test/data/ssl/page_with_unsafe_contents.html
@@ -11,16 +11,16 @@
return document.getElementById("bad_image").width;
}
</script>
-<script src="https://127.0.0.1:9666/files/ssl/set_foo.js"></script>
+<script src="https://REPLACE_WITH_HOST_AND_PORT/files/ssl/set_foo.js"></script>
</head>
<body>
This page contains an image which is served over an insecure HTTPS connection...<br>
-<img id="bad_image" src="https://127.0.0.1:9666/files/ssl/google_files/logo.gif"/>
+<img id="bad_image" src="https://REPLACE_WITH_HOST_AND_PORT/files/ssl/google_files/logo.gif"/>
<br><br>
And an IFrame served over insecure HTTPS...<br>
-<iframe id="bad_iframe" src="https://127.0.0.1:9666/files/ssl/bad_iframe.html"/>
+<iframe id="bad_iframe" src="https://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html"/>
<br><br>
And even worse, some JavaScript served over insecure HTTPS...<br>
« no previous file with comments | « chrome/test/data/ssl/page_with_dynamic_insecure_content.html ('k') | chrome/test/data/ssl/page_with_unsafe_popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698