[Webkit-unassigned] [Bug 116398] svg/batik/text/textPosition2.svg is flakey (<use> element loading)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 22:18:56 PDT 2013


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  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.

-- 
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