[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / images / icon-0colors.html
1 <html>
2 <head>
3 <style type="text/css">
4 .failure {
5     background: red;
6     border: 0px solid black;
7     height: 16px;
8     width: 16px;
9 }
10 </style>
11 </head>
12 <body style="margin: 0px;">
13 <div class="failure">
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
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
18        treating it as 0 and decoding the 16-color entry. -->
19   <img src="resources/0colors.ico">
20 </div>
21 </body>
22 </html>