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

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

Issue 1970893002: Fix checking of iframe contents in SSLUITest.TestUnsafeContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: estark comments Created 4 years, 7 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
« no previous file with comments | « chrome/test/data/ssl/bad_iframe.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/page_with_unsafe_contents.html
diff --git a/chrome/test/data/ssl/page_with_unsafe_contents.html b/chrome/test/data/ssl/page_with_unsafe_contents.html
index d8910a1f300522afe6ae706c35e49cd5ffa879bd..dc655debfeed5ef720e430d852e4bdde0db2e59c 100644
--- a/chrome/test/data/ssl/page_with_unsafe_contents.html
+++ b/chrome/test/data/ssl/page_with_unsafe_contents.html
@@ -20,7 +20,7 @@ This page contains an image which is served over an insecure HTTPS connection...
<br><br>
And an IFrame served over insecure HTTPS...<br>
-<iframe id="bad_iframe" src="https://REPLACE_WITH_HOST_AND_PORT/ssl/bad_iframe.html"/>
+<iframe id="bad_iframe" src="https://REPLACE_WITH_HOST_AND_PORT/ssl/bad_iframe.html?open_popup=1"/>
<br><br>
And even worse, some JavaScript served over insecure HTTPS...<br>
« no previous file with comments | « chrome/test/data/ssl/bad_iframe.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698