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

Unified Diff: chrome/test/data/ssl/page_with_unsafe_popup.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
« no previous file with comments | « chrome/test/data/ssl/page_with_unsafe_contents.html ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/page_with_unsafe_popup.html
diff --git a/chrome/test/data/ssl/page_with_unsafe_popup.html b/chrome/test/data/ssl/page_with_unsafe_popup.html
index 093aef766d5e41d8f0de67d42919eaaddf5bcb9f..b18cd6a836ccde7cfd39830b75e25174c312fab5 100644
--- a/chrome/test/data/ssl/page_with_unsafe_popup.html
+++ b/chrome/test/data/ssl/page_with_unsafe_popup.html
@@ -1,7 +1,7 @@
<html>
This page opens a popup on an insecure page.
<script>
- window.open('https://127.0.0.1:9666/files/ssl/bad_iframe.html', 'Portnawak',
+ window.open('https://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html', 'Portnawak',
"status = 1, height = 300, width = 300, resizable = 0" );
</script>
</html>
« no previous file with comments | « chrome/test/data/ssl/page_with_unsafe_contents.html ('k') | net/tools/testserver/testserver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698