| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| index 7b06a28435fe5d10b2f425952f961a1dbddd1627..b8c5cd787bef90f9830f1ca1f6c64039631cc244 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| @@ -404,7 +404,7 @@ TEST(AnimatedWebPTests, verifyAnimationParametersBlendOverwrite)
|
| TEST(AnimatedWebPTests, parseAndDecodeByteByByte)
|
| {
|
| testByteByByteDecode(&createDecoder, "/LayoutTests/fast/images/resources/webp-animated.webp", 3u, cAnimationLoopInfinite);
|
| - testByteByByteDecode(&createDecoder, "/LayoutTests/fast/images/resources/webp-animated-icc-xmp.webp", 13u, 31999);
|
| + testByteByByteDecode(&createDecoder, "/LayoutTests/fast/images/resources/webp-animated-icc-xmp.webp", 13u, 32000);
|
| }
|
|
|
| TEST(AnimatedWebPTests, invalidImages)
|
| @@ -654,7 +654,7 @@ TEST(AnimatedWebPTests, isSizeAvailable)
|
| {
|
| testByteByByteSizeAvailable("/LayoutTests/fast/images/resources/webp-animated.webp", 142u, false, cAnimationLoopInfinite);
|
| // FIXME: Add color profile support for animated webp images.
|
| - testByteByByteSizeAvailable("/LayoutTests/fast/images/resources/webp-animated-icc-xmp.webp", 1404u, false, 31999);
|
| + testByteByByteSizeAvailable("/LayoutTests/fast/images/resources/webp-animated-icc-xmp.webp", 1404u, false, 32000);
|
| }
|
|
|
| TEST(StaticWebPTests, truncatedImage)
|
|
|