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

Unified Diff: LayoutTests/fast/images/icon-decoding.html

Issue 733063005: Don't decode AND mask for an icon that already has alpha information (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also rebaseline virtual deferred test. Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/icon-decoding-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/images/icon-decoding.html
diff --git a/LayoutTests/fast/images/icon-decoding.html b/LayoutTests/fast/images/icon-decoding.html
index 8e085cad2ac5b96a1ce431c1662524fc7ce9399b..68dabb565f73c94bb7f63dcdd41e145c144bf61c 100644
--- a/LayoutTests/fast/images/icon-decoding.html
+++ b/LayoutTests/fast/images/icon-decoding.html
@@ -30,6 +30,9 @@
<div class="failure2">
<img src="resources/2entries.ico">
</div>
+<div class="failure">
+ <img src="resources/icon-without-and-bitmap.ico">
+</div>
<!-- We don't really care how this displays as long as decoding it doesn't
corrupt memory. -->
<img src="resources/bad.ico">
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/icon-decoding-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698