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

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

Issue 4664009: All SSL UI tests work with ephemeral ports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #include <utility> 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
« no previous file with comments | « chrome/test/data/ssl/frame_left.html ('k') | net/test/test_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/top_frame.html
diff --git a/chrome/test/data/ssl/top_frame.html b/chrome/test/data/ssl/top_frame.html
index ac5c1441c2bc12fdde20dc244594828c45ae192b..c19364889c6942be579e29eb362426b0669595da 100644
--- a/chrome/test/data/ssl/top_frame.html
+++ b/chrome/test/data/ssl/top_frame.html
@@ -19,7 +19,7 @@
</script>
</head>
<frameset cols="25%,75%">
- <frame src="frame_left.html" name="navFrame">
+ <frame src="REPLACE_WITH_FRAME_LEFT_PATH" name="navFrame">
<frame src="frame_right.html" name="contentFrame">
</frameset>
</html>
« no previous file with comments | « chrome/test/data/ssl/frame_left.html ('k') | net/test/test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698