| 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);
|
| }
|
|
|
| } // namespace blink
|
|
|