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

Side by Side Diff: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html

Issue 811773002: Mixed Content: Implement strict mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tests. Created 6 years 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <img src="http://127.0.0.1:8080/security/resources/compass.jpg"> 1 <img src="http://127.0.0.1:8080/security/resources/compass.jpg">
2 <script> 2 <script>
3 window.onload = function() { 3 window.onload = function() {
4 if (window.opener) 4 if (window.opener)
5 window.opener.postMessage('done', '*'); 5 window.opener.postMessage('done', '*');
6 if (window.parent != window)
7 window.parent.postMessage('done', '*');
6 }; 8 };
7 </script> 9 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698