| 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>
|
|
|