Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
| index 82288a4814175859975ab1b03f72239eb1da3a97..f9677b3db100dfec8dbe3c19e4e3518f7fdc3e13 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp |
| @@ -76,7 +76,7 @@ TEST(DeferredImageDecoderTestWoPlatform, mixImagesBmp) |
| TEST(DeferredImageDecoderTestWoPlatform, mixImagesIco) |
| { |
| - mixImages("/LayoutTests/fast/images/resources/1bit.ico", 70u, 0u); |
| + mixImages("/LayoutTests/fast/images/resources/wrong-frame-dimensions.ico", 1376u, 1u); |
|
aleksandar.stojiljkovic
2016/06/07 19:12:24
This file corresponds to mixImages test descriptio
scroggo_chromium
2016/06/07 19:22:37
That's not what the mixImages test is about. Notic
Peter Kasting
2016/06/08 23:16:13
Yeah, I think the change to this file should be re
aleksandar.stojiljkovic
2016/06/09 20:34:07
Sorry, I didn't put original response to Leon [1]
|
| } |
| } // namespace blink |