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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <a id="goodHTTPSLink" href="https://127.0.0.1:9443/files/ssl/google.html" TARGET ="contentFrame">Good HTTPS page</a><br> 3 <a id="goodHTTPSLink" href="REPLACE_WITH_GOOD_HTTPS_PAGE" TARGET="contentFrame"> Good HTTPS page</a><br>
4 <a id="badHTTPSLink" href="https://127.0.0.1:9666/files/ssl/bad_iframe.html" TAR GET="contentFrame">Bad HTTPS page</a><br> 4 <a id="badHTTPSLink" href="REPLACE_WITH_BAD_HTTPS_PAGE" TARGET="contentFrame">Ba d HTTPS page</a><br>
5 <a id="HTTPLink" href="http://127.0.0.1:1337/files/ssl/google.html" TARGET="cont entFrame">HTTP page</a><br> 5 <a id="HTTPLink" href="REPLACE_WITH_HTTP_PAGE" TARGET="contentFrame">HTTP page</ a><br>
6 </body> 6 </body>
7 </html> 7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698