12012-09-19 Noel Gordon <noel.gordon@gmail.com>
2
3 Add partial load test for PNG images with no alpha
4 https://bugs.webkit.org/show_bug.cgi?id=96064
5
6 Reviewed by NOBODY (OOPS!).
7
8 Partial load test for a PNG image with no alpha: receive a partial number of image
9 bytes and stall forever. The partial image should be decoded and drawn and the green
10 <img> background should be visible.
11
12 * fast/images/resources/lenna.png: Added: this PNG image has no alpha.
13 * http/tests/images/png-partial-load-no-alpha-expected.png: Added.
14 * http/tests/images/png-partial-load-no-alpha-expected.txt: Added.
15 * http/tests/images/png-partial-load-no-alpha.html: Added.
16 * platform/chromium/http/tests/images/png-partial-load-no-alpha-expected.png: Added.
17 * platform/mac/TestExpectations: Add an IMAGE failure for the mac port.
18