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

Unified Diff: LayoutTests/http/tests/security/mixedContent/resources/frame-preloads-insecure-image.html

Issue 726563004: MixedContentChecker should not log blocked preload requests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test Created 6 years, 1 month 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/resources/frame-preloads-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-preloads-insecure-image.html
similarity index 69%
copy from LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
copy to LayoutTests/http/tests/security/mixedContent/resources/frame-preloads-insecure-image.html
index ce13691a3ec88c1badc90dd727c07bca6eb754d8..648dd7a8a7da3696c2de70578ef3a6155cfd2fad 100644
--- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
+++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-preloads-insecure-image.html
@@ -1,3 +1,4 @@
+<script src="https://127.0.0.1:8080/resources/slow-script.pl?delay=3000"></script>
<img src="http://127.0.0.1:8080/security/resources/compass.jpg">
<script>
window.onload = function() {

Powered by Google App Engine
This is Rietveld 408576698