| Index: chrome/test/data/save_page/broken-image.htm
|
| diff --git a/chrome/test/data/save_page/broken-image.htm b/chrome/test/data/save_page/broken-image.htm
|
| index 3991b6d56342f06a0e60f721b22c2a35b56a9a6e..9a671b2b6b8734cf850476d556d1ae1211f1b8fe 100644
|
| --- a/chrome/test/data/save_page/broken-image.htm
|
| +++ b/chrome/test/data/save_page/broken-image.htm
|
| @@ -25,5 +25,14 @@
|
| OTOH, this test hopefully covers more than just testing this one
|
| DCHECK - hopefully the broken image scenario hits some other corner
|
| cases as well.
|
| + <br><br>
|
| +
|
| + The link to the image below is broken on purpose, to test additional code
|
| + paths - in particular in this case ResourceHandler::OnResponseStarted
|
| + is not called at all and the failure is reported directly via
|
| + ResourceHandler::OnResponseCompleted. See also https://crbug.com/594219.
|
| + <img src="http://f0b310b1-4038-46a8-ac98-529187682f2d.no.such.host/x.png">
|
| + <br><br>
|
| +
|
| </body>
|
| </html>
|
|
|