[Webkit-unassigned] [Bug 104379] animated gif in CSS background url in an iframe is not properly animating

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 11 20:11:10 PDT 2023


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|background image gif not    |animated gif in CSS
                   |animating                   |background url in an iframe
                   |                            |is not properly animating

--- Comment #8 from Karl Dubost <karlcow at apple.com> ---
focus blur makes it spin a bit.
The image by itself is working.
There is no error message on the console about the GIF. 

GIF Information
---------------
GIF size: 3,289 bytes (3.21kb)
GIF length: 0 second(s)
GIF width/height: 36×36 pixels
number of frames: 9
number of colors: 64
loop count: 0 (endless)

Frame #1:
---------
x: 0
y: 0
width: 36
height: 36
delay: 0ms
disposal: 2
transparent: true
transparency index: 59
transparency color: #ffffff


And this is working.

data:text/html,<style>body%20{background:url("http://www.sqa.org.uk/sqa/assets/images/busy-spinner.gif")%20no-repeat%20center;%20background-color:white;%20}</style><div></div>


Minimal test to reproduce.

data:text/html,<iframe srcdoc="<style>body {background:url('http://www.sqa.org.uk/sqa/assets/images/busy-spinner.gif') no-repeat center;background-color:white;}</style>"></iframe>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230412/c0c0c1f5/attachment.htm>


More information about the webkit-unassigned mailing list