[Webkit-unassigned] [Bug 141789] Updating :checked pseudo-class with next-sibling combinator can intermittently fail to re-render background SVG images with transition
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 17 07:09:13 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=141789
Antoine Quint <graouts at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sabouhallawa at apple.com
--- Comment #11 from Antoine Quint <graouts at apple.com> ---
We hit this ASSERT when the test fails:
// FIXME: This doesn't take into account the animation timeline so animations will not
// restart on page load, nor will two animations in different pages have different timelines.
Image* SVGImageCache::imageForRenderer(const RenderObject* renderer) const
{
auto* image = findImageForRenderer(renderer);
if (!image)
return &Image::nullImage();
ASSERT(!image->size().isEmpty());
return image;
}
So this does seem related to animations. I think Said should take a look and advise as I'm not sure how the SVGImageCache should relate to animations.
--
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/20180817/d4bfdf8d/attachment.html>
More information about the webkit-unassigned
mailing list