[Webkit-unassigned] [Bug 40926] (Blocked by SVG) high and unfreed memory usage on script tag insertion
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 25 14:37:33 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=40926
--- Comment #15 from Eric Seidel <eric at webkit.org> 2011-01-25 14:37:32 PST ---
(In reply to comment #12)
> Created an attachment (id=76669)
--> (https://bugs.webkit.org/attachment.cgi?id=76669&action=review) [details]
> work in progress, breaks SVG
>
> SVG seems quite complicated - when I remove the failing assertion, svg/dom/SVGScriptElement/script-load-and-error-events.svg breaks badly. I don't know the SVG spec and can't tell for sure if its expected results are correct.
>
> I suspect that SVG is not quite right:
> 1) The test expects onload for <script xlink:href="resources/certainlydoesnotexist.js"></script>
> 2) WebKit fires onload for <script> without any external resources.
I haven't looked at the test in quesiton. However SVG has a separate load event "SVGLoad":
http://www.w3.org/TR/2002/PR-SVG11-20021115/interact.html
It's fired basically every time a tag is closed if there is a listener.
--
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