Bug 116398 - svg/batik/text/textPosition2.svg is flakey (<use> element loading)
Summary: svg/batik/text/textPosition2.svg is flakey (<use> element loading)
Status: RESOLVED DUPLICATE of bug 85408
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-18 14:16 PDT by Simon Fraser (smfr)
Modified: 2013-05-23 12:45 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 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"/>
Comment 1 Simon Fraser (smfr) 2013-05-18 19:33:46 PDT
See also bug 85408.
Comment 2 Ryosuke Niwa 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.
Comment 3 Ryosuke Niwa 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.
Comment 4 Ryosuke Niwa 2013-05-23 12:45:33 PDT

*** This bug has been marked as a duplicate of bug 85408 ***