RESOLVED WORKSFORME 76090
WebKit fails IETC SVG_HTML_Elements_002.html
https://bugs.webkit.org/show_bug.cgi?id=76090
Summary WebKit fails IETC SVG_HTML_Elements_002.html
Eric Seidel (no email)
Reported 2012-01-11 12:13:23 PST
WebKit fails IETC SVG_HTML_Elements_002.html http://samples.msdn.microsoft.com/ietestcenter/html5/svg_html/SVG_HTML_Elements_002.html I believe the test is broken. Assuming that the <svg> is supposed to be rendered as SVG (and not just treated like html content), then the <text> is going to be off screen, as the default x/y is 0, 0, which renders the text above the clip region of the <svg>. Filing this bug to allow a place for discussion of this test, but I expect we'll close this works for me.
Attachments
Adam Barth
Comment 1 2012-01-11 14:36:17 PST
Firefox doesn't render the text either. It does render some small dashes though..
Adam Barth
Comment 2 2012-01-11 14:41:53 PST
If you change the y value for the <text> element, then the text is visible and in italics. Firefox behaves the same way. IE's SVG seems to have a bug in its placement of <text>.
Note You need to log in before you can comment on or make changes to this bug.