| Index: chrome/test/data/ssl/page_with_mixed_contents.html
|
| ===================================================================
|
| --- chrome/test/data/ssl/page_with_mixed_contents.html (revision 47323)
|
| +++ chrome/test/data/ssl/page_with_mixed_contents.html (working copy)
|
| @@ -1,15 +0,0 @@
|
| -<html>
|
| -<head><title>Page with mixed contents</title>
|
| -<script>
|
| - function ImageWidth() {
|
| - return document.getElementById("bad_image").width;
|
| - }
|
| -</script>
|
| -</head>
|
| -<body>
|
| -This page contains an image which is served over an http connection,
|
| -causing mixed contents (when this page is loaded over https).<br>
|
| -<img id="bad_image" src="http://localhost:1337/files/ssl/google_files/logo.gif"/>
|
| -
|
| -</body>
|
| -</html>
|
|
|