Bug 188776

Summary: svg/wicd/test-rightsizing-b.xhtml leaks a document per <object>
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: sabouhallawa, simon.fraser, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 2018-08-20 21:16:54 PDT
svg/wicd/test-rightsizing-b.xhtml abandons 4 instances of svg/wicd/resources/test-svg-child-object-rightsizing.svg. They are retained through a referencing element, the <font-face> element:

<font-face font-family="Sera Sans"
    units-per-em="2048"
    panose-1="2 11 6 3 3 8 4 2 2 4"
    ascent="1901"
    descent="-483"
    alphabetic="0" />
Comment 1 Simon Fraser (smfr) 2018-08-20 21:31:05 PDT
Same cause as 188729

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