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

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-image-in-iframe.html

Issue 348853009: Refactor mixed content checks against the top frame into MixedContentChecker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WSS. Created 6 years, 6 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: LayoutTests/http/tests/security/mixedContent/insecure-image-in-iframe.html
diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-image-in-iframe.html b/LayoutTests/http/tests/security/mixedContent/insecure-image-in-iframe.html
index f7d3c1fafc0512d7e077fd1ea6f8081f95668257..f9d77299912de266063f32aea52ce92a436e826f 100644
--- a/LayoutTests/http/tests/security/mixedContent/insecure-image-in-iframe.html
+++ b/LayoutTests/http/tests/security/mixedContent/insecure-image-in-iframe.html
@@ -5,8 +5,7 @@ if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This test loads a secure iframe that loads an insecure image. We should
-*not* get a mixed content callback becase the main frame is HTTP and the image
-doesn't contaminate the child iframe's security origin with mixed content.</p>
+get a mixed content callback becase the frame is HTTPS and the image is not.</p>
<iframe src="https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-image.html";
></iframe>
</body>

Powered by Google App Engine
This is Rietveld 408576698