| Index: chrome/test/data/ssl/page_with_subresource.html
|
| diff --git a/chrome/test/data/ssl/page_with_subresource.html b/chrome/test/data/ssl/page_with_subresource.html
|
| index 8df316145f92fb1da971dc5f40a0c3d124e61468..efca7ac301b19cc5c366ba23cffaa825ca76e329 100644
|
| --- a/chrome/test/data/ssl/page_with_subresource.html
|
| +++ b/chrome/test/data/ssl/page_with_subresource.html
|
| @@ -3,5 +3,5 @@
|
| <title>This page has a subresource</title>
|
| <script src="write_to_title.js" type="text/javascript"></script>
|
| </head>
|
| -<body></body>
|
| +<body><img src="google_files/logo.gif"/></body>
|
| </html>
|
|
|