1404366-1.html (584B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <!-- 5 1404366-1.ico is an ico file that contains a 32x32 0RGB (0 for all alpha values) bmp 6 where the color values are all white. It also contains a mask. The mask alternates 7 one pixel fully transparent, one pixel fully opaque. The result of drawing this on 8 a white background should be white. This is testing that we premultiply the color 9 values by the alpha derived from the mark when downscaling. If we do not skia will 10 get confused and likely draw non white pixels. 11 --> 12 <img src="1404366-1.ico" style="width: 12px; height: 12px;"> 13 </body> 14 </html>