Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp

Issue 2044093002: Blink image-decoders: (lazy) deferred image decoding support for ICO (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Count only completelly received frames. Fixes Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698