[Webkit-unassigned] [Bug 240112] REGRESSION (r291788): MotionMark Suits subtest is 9% regressed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 20:06:22 PDT 2022


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

--- Comment #4 from zalan <zalan at apple.com> ---
The Suits subtest is about calling svgElement.setAttribute('transform','translate...". in a repeated manner.

r291788 went from "attribute changed + set needsLayout" to "attribute changed + invalidate style" which is fine as long as the attribute is translated to a RenderStyle property, however SVG transform is special and internal to SVGGraphicsElement and it does not require style invalidation.

Will post a patch soon.

-- 
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/20220506/529ccd12/attachment.htm>


More information about the webkit-unassigned mailing list