| Index: third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| index ff3492b974938768302c746b32b1da172d16edff..3b3bc1395a0e6cc44fda370e2bc77ef1b99ba19d 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
|
| @@ -35,6 +35,9 @@ TEST(ICOImageDecoderTests, parseAndDecodeByteByByte) {
|
| testByteByByteDecode(&createDecoder,
|
| "/LayoutTests/fast/images/resources/1bit.ico", 1u,
|
| cAnimationNone);
|
| + testByteByByteDecode(&createDecoder,
|
| + "/LayoutTests/fast/images/resources/bug653075.ico", 2u,
|
| + cAnimationNone);
|
| }
|
|
|
| } // namespace blink
|
|
|