[Webkit-unassigned] [Bug 36730] Crash on SVG Test of new W3C test-suite.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 12:57:04 PDT 2010


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





--- Comment #3 from Dirk Schulze <krit at webkit.org>  2010-03-29 12:57:05 PST ---
(In reply to comment #2)
> Reduced the test case:
> 
> <svg xmlns="http://www.w3.org/2000/svg">
> <defs>
> <foreignObject>
> <svg>
> <text>Hello</text>
> </svg>
> </foreignObject>
> </defs>
> </svg>
> 
> The text element breaks the SVG. This doesn't happen for <rect..

It even breaks without the <defs>-element.

<svg xmlns="http://www.w3.org/2000/svg">
<foreignObject>
<svg>
<text>Hello</text>
</svg>
</foreignObject>
</svg>

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