[Webkit-unassigned] [Bug 143471] [GTK] Layout Test canvas/philip/tests/2d.drawImage.animated.poster.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 9 02:01:36 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143471

--- Comment #1 from Max Stepin <maxstepin at yahoo.com> ---
According to APNG specs, the first frame can be marked hidden.

This test:
Frame 0: green (hidden)
Frame 1: red

This test assumes canvas drawImage() is sophisticated enough be able to return hidden apng frame (green).

Instead the image decoders in both Firefox and WebKit prefer not to keep the useless hidden frame in memory, so both return the first *visible* frame.

You can see Firefox draws red frame too:
http://w3c-test.org/2dcontext/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html

So I think we should simply mark this test accordingly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150409/e4873da5/attachment.html>


More information about the webkit-unassigned mailing list