RESOLVED FIXED 97170
[Mac] Should pass http/tests/images/png-partial-load-no-alpha.html
https://bugs.webkit.org/show_bug.cgi?id=97170
Summary [Mac] Should pass http/tests/images/png-partial-load-no-alpha.html
noel gordon
Reported 2012-09-19 22:37:49 PDT
For this test, the Mac port paints a black background when partially loading PNG images that have no alpha. A green background is expected. Synopsis: the image frame containing the decoded image should be 1) initialized with transparent black rgba(0,0,0,0) and 2) marked as having alpha channel until the image if fully decoded. Partial loading implies partial decoding, so this test reveals the state of the image frame before the image is fully decoded to see if conditions 1) and 2) are upheld.
Attachments
Patch (1.49 KB, patch)
2013-05-24 00:16 PDT, noel gordon
no flags
Patch (1.56 KB, patch)
2013-05-30 23:02 PDT, noel gordon
no flags
noel gordon
Comment 1 2013-05-24 00:16:09 PDT
I think this test started passing after http://trac.webkit.org/changeset/150340 ?
noel gordon
Comment 2 2013-05-24 00:16:32 PDT
noel gordon
Comment 3 2013-05-30 23:02:17 PDT
noel gordon
Comment 4 2013-05-31 00:16:07 PDT
Note You need to log in before you can comment on or make changes to this bug.