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

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

Issue 1378123003: Adding SSL ETS Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Rebase. Created 5 years, 2 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/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 b18cd6a836ccde7cfd39830b75e25174c312fab5..a515f75371f3661fd00c3c29ff503c3c0ba31780 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://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html', 'Portnawak',
+ window.open('https://REPLACE_WITH_HOST_AND_PORT/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') | chrome/test/data/webui/net_internals/bandwidth_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698