RESOLVED DUPLICATE of bug 85408 Bug 116398
svg/batik/text/textPosition2.svg is flakey (<use> element loading)
https://bugs.webkit.org/show_bug.cgi?id=116398
Summary svg/batik/text/textPosition2.svg is flakey (<use> element loading)
Simon Fraser (smfr)
Reported 2013-05-18 14:16:14 PDT
svg/batik/text/textPosition2.svg is flakey; sometimes the surrounding box loads, and sometimes it does not. It's doing: <use xmlns="http://www.w3.org/2000/svg" xlink:href="../resources/batikLogo.svg#Batik_Tag_Box" xmlns:xlink="http://www.w3.org/1999/xlink"/>
Attachments
Simon Fraser (smfr)
Comment 1 2013-05-18 19:33:46 PDT
See also bug 85408.
Ryosuke Niwa
Comment 2 2013-05-21 22:17:25 PDT
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.
Ryosuke Niwa
Comment 3 2013-05-22 01:22:06 PDT
It could be that this was caused by the patch for https://bugs.webkit.org/show_bug.cgi?id=81985.
Ryosuke Niwa
Comment 4 2013-05-23 12:45:33 PDT
*** This bug has been marked as a duplicate of bug 85408 ***
Note You need to log in before you can comment on or make changes to this bug.