[Webkit-unassigned] [Bug 85408] svg/batik/text/longTextOnPath.svg is flaky on Mac as of r115860

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 12:46:31 PDT 2013


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2013-05-23 12:45:00 PST ---
>From https://bugs.webkit.org/show_bug.cgi?id=116398

 Comment #2 From Ryosuke Niwa 2013-05-21 22:17:25 PST
There is some race condition with respect to when invalidateShadowTree is called versus when SVGUseElement::notifyFinished is called. When the test fails, SVGUseElement::notifyFinished is called after Document::implicitClose and a subsequent invalidateShadowTree bails out early due to renderer() being 0.

 Comment #3 From Ryosuke Niwa 2013-05-22 01:22:06 PST
It could be that this was caused by the patch for https://bugs.webkit.org/show_bug.cgi?id=81985.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list