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

Side by Side Diff: chrome/test/data/ssl/bad_iframe.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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 <H1>Evil IFrame</H1> 3 <H1>Evil IFrame</H1>
4 <div id="evilDiv"> 4 <div id="evilDiv">
5 This frame is loaded over insecure HTTPS. 5 This frame is loaded over insecure HTTPS.
6 </div> 6 </div>
7 7 <script>
8 if(window.location.search.indexOf("open_popup") != -1) {
9 // Popup name must be empty so that this always opens a new popup window.
10 window.open("about:blank", "", "toolbar=0");
11 }
12 </script>
8 </body> 13 </body>
9 </html> 14 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_browser_tests.cc ('k') | chrome/test/data/ssl/page_with_unsafe_contents.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698