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

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

Issue 1497423002: Revert of Downgrade lock icon for broken-HTTPS subresources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix conflict Created 5 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 | « chrome/test/data/ssl/page_with_dynamic_unsafe_image.html ('k') | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/ssl/page_with_unsafe_image.html
diff --git a/chrome/test/data/ssl/page_with_unsafe_image.html b/chrome/test/data/ssl/page_with_unsafe_image.html
deleted file mode 100644
index 9136e377559d06e924a66810e354434513f788b9..0000000000000000000000000000000000000000
--- a/chrome/test/data/ssl/page_with_unsafe_image.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head><title>Page with unsafe image</title>
-<script>
- function ImageWidth() {
- return document.getElementById("bad_image").width;
- }
-</script>
-</head>
-
-<body>
-This page contains an image which is served over an insecure HTTPS connection...<br>
-<img id="bad_image" src="https://REPLACE_WITH_HOST_AND_PORT/ssl/google_files/logo.gif"/>
-</body>
-</html>
« no previous file with comments | « chrome/test/data/ssl/page_with_dynamic_unsafe_image.html ('k') | content/browser/loader/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698