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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/icon-decoding-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 .failure { 4 .failure {
5 background: red; 5 background: red;
6 border: 0px solid black; 6 border: 0px solid black;
7 height: 16px; 7 height: 16px;
8 width: 16px; 8 width: 16px;
9 } 9 }
10 .failure2 { 10 .failure2 {
(...skipping 12 matching lines...) Expand all
23 </div> 23 </div>
24 <div class="failure"> 24 <div class="failure">
25 <img src="resources/8bit.ico"> 25 <img src="resources/8bit.ico">
26 </div> 26 </div>
27 <div class="failure"> 27 <div class="failure">
28 <img src="resources/32bit.ico"> 28 <img src="resources/32bit.ico">
29 </div> 29 </div>
30 <div class="failure2"> 30 <div class="failure2">
31 <img src="resources/2entries.ico"> 31 <img src="resources/2entries.ico">
32 </div> 32 </div>
33 <div class="failure">
34 <img src="resources/icon-without-and-bitmap.ico">
35 </div>
33 <!-- We don't really care how this displays as long as decoding it doesn't 36 <!-- We don't really care how this displays as long as decoding it doesn't
34 corrupt memory. --> 37 corrupt memory. -->
35 <img src="resources/bad.ico"> 38 <img src="resources/bad.ico">
36 </body> 39 </body>
37 </html> 40 </html>
OLDNEW
« 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