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

Side by Side Diff: third_party/WebKit/LayoutTests/images/icon-0colors.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 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 unified diff | Download patch
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 </style> 10 </style>
11 </head> 11 </head>
12 <body style="margin: 0px;"> 12 <body style="margin: 0px;">
13 <div class="failure"> 13 <div class="failure">
14 <!-- This icon has two entries, a 16-color one (first) and a 256-color one 14 <!-- This icon has two entries, a 16-color one (first) and a 256-color one
15 (second). The 256-color entry has both its bit count and its color count 15 (second). The 256-color entry has both its bit count and its color count
16 set to 0 in the directory; the decoder should consider the 0 color count 16 set to 0 in the directory; the decoder should consider the 0 color count
17 to mean 256 and prefer this entry over the 16-color one, rather than 17 to mean 256 and prefer this entry over the 16-color one, rather than
18 treating it as 0 and decoding the 16-color entry. --> 18 treating it as 0 and decoding the 16-color entry. -->
19 <img src="resources/0colors.ico"> 19 <img src="resources/0colors.ico">
20 </div> 20 </div>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698