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

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

Issue 1550723003: Adapt MixedContentChecker for remote frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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: chrome/test/data/ssl/page_runs_insecure_content_in_iframe_with_strict_blocking.html
diff --git a/chrome/test/data/ssl/page_runs_insecure_content_in_iframe_with_strict_blocking.html b/chrome/test/data/ssl/page_runs_insecure_content_in_iframe_with_strict_blocking.html
new file mode 100644
index 0000000000000000000000000000000000000000..a5e8b3bffe9e08d3a16928a8bacaca4b6641e047
--- /dev/null
+++ b/chrome/test/data/ssl/page_runs_insecure_content_in_iframe_with_strict_blocking.html
@@ -0,0 +1,10 @@
+<html>
+<head><title>Page that runs insecure content in an iframe with strict blocking</title></head>
+<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
+<body>
+This page contains an iframe which loads contents over an http connection,
+which would cause insecure content when this page is loaded over https, but
+mixed content is strictly blocked with CSP.<br>
+<iframe src="https://REPLACE_WITH_HOST_AND_PORT/ssl/iframe_with_insecure_content.html"/>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698