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

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

Issue 1931063004: Stop blocking 'http://127.0.0.1/' as mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. Created 4 years, 6 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
Index: chrome/test/data/ssl/frame_left.html
diff --git a/chrome/test/data/ssl/frame_left.html b/chrome/test/data/ssl/frame_left.html
index 61aab85ef6a2c50c9a0707b7cb27665fdf78326f..8ad23a3c322fc6034fc0bc0e0cd83f136d58bf50 100644
--- a/chrome/test/data/ssl/frame_left.html
+++ b/chrome/test/data/ssl/frame_left.html
@@ -2,6 +2,6 @@
<body>
<a id="goodHTTPSLink" href="REPLACE_WITH_GOOD_HTTPS_PAGE" TARGET="contentFrame">Good HTTPS page</a><br>
<a id="badHTTPSLink" href="REPLACE_WITH_BAD_HTTPS_PAGE" TARGET="contentFrame">Bad HTTPS page</a><br>
-<a id="HTTPLink" href="REPLACE_WITH_HTTP_PAGE" TARGET="contentFrame">HTTP page</a><br>
+<a id="HTTPLink" href="http://example.test:REPLACE_WITH_HTTP_PORT/ssl/google.html" TARGET="contentFrame">HTTP page</a><br>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698