Summary: | [GTK] Layout Test canvas/philip/tests/2d.drawImage.animated.poster.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcos ChavarrÃa Teijeiro (irc: chavaone) <chavarria1991> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia, chavarria1991, maxstepin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Description
Marcos ChavarrÃa Teijeiro (irc: chavaone)
2015-04-07 02:53:48 PDT
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. |