[Webkit-unassigned] [Bug 15443] SVGImage does not support sub-resource loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 11:41:19 PDT 2010


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





--- Comment #4 from Morley Abbott <mabbo at chromium.org>  2010-06-22 11:41:19 PST ---
Created an attachment (id=59398)
 --> (https://bugs.webkit.org/attachment.cgi?id=59398)
sub-resource of non-svg file

Attached test case: img-recursion.svg has image element loading img-recursion2.svg. img-recursion2.svg has image element img-recursion.png. The last image is intentionally a png instead of an svg. This was to test whether the issue was specifically with loading SVG images as sub-resources, or if other image types have the same problem. 

Result: all images loaded within a sub-resource svg are ignored. 

On the one hand, this is good, as it means that the problem is probably in what happens during the loading of items inside the sub-resourced svg file. On the other, it leads me to suspect there is no code to handle infinite loops, and we're only avoiding the problem now because of this bug. 

Will continue to examine issue.

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