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

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

Issue 4664009: All SSL UI tests work with ephemeral ports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows compile 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/frame_left.html
diff --git a/chrome/test/data/ssl/frame_left.html b/chrome/test/data/ssl/frame_left.html
index 128d69e75ea050b6c2bde6aed5c138bd5395d2aa..61aab85ef6a2c50c9a0707b7cb27665fdf78326f 100644
--- a/chrome/test/data/ssl/frame_left.html
+++ b/chrome/test/data/ssl/frame_left.html
@@ -1,7 +1,7 @@
<html>
<body>
-<a id="goodHTTPSLink" href="https://127.0.0.1:9443/files/ssl/google.html" TARGET="contentFrame">Good HTTPS page</a><br>
-<a id="badHTTPSLink" href="https://127.0.0.1:9666/files/ssl/bad_iframe.html" TARGET="contentFrame">Bad HTTPS page</a><br>
-<a id="HTTPLink" href="http://127.0.0.1:1337/files/ssl/google.html" TARGET="contentFrame">HTTP page</a><br>
+<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>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698