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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
diff --git a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
index ce13691a3ec88c1badc90dd727c07bca6eb754d8..6401e847803aecbbca426547688a345d4a43800e 100644
--- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
+++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
@@ -3,5 +3,7 @@
window.onload = function() {
if (window.opener)
window.opener.postMessage('done', '*');
+ if (window.parent != window)
+ window.parent.postMessage('done', '*');
};
</script>
« 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