Bug 76090

Summary: WebKit fails IETC SVG_HTML_Elements_002.html
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: abarth, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 76198    

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.