Bug 12680

Summary: [S60]Unclosed object tag causing content to not appear
Product: WebKit Reporter: Sriram <sriram.yadavalli>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal CC: bradley.morrison
Priority: P2    
Version: 420+   
Hardware: PC   
OS: S60 3rd edition   
Attachments:
Description Flags
Patch for unclosed object tag
zalan: review+
3.2 Patch for unclosed patch
none
3.2 Patch for unclosed object tag zalan: review+

Description Sriram 2007-02-07 07:01:51 PST
<html xmlns="http://www.w3.org/1999/xhtml">
	<body>
		<p>
			<object height="100" width="100" data="circle.svg" type="image/svg+xml"/>
		</p>
		<p>
			<a href="circle.svg">Download SVG image</a>
		</p>
	</body>
</html>
Comment 1 Sriram 2007-02-07 07:07:29 PST
Created attachment 13000 [details]
Patch for unclosed object tag
Comment 2 zalan 2007-02-07 12:05:48 PST
Comment on attachment 13000 [details]
Patch for unclosed object tag

r=me
Comment 3 Sriram 2007-02-07 12:09:25 PST
Created attachment 13013 [details]
3.2 Patch for unclosed patch
Comment 4 Sriram 2007-02-07 12:18:34 PST
Created attachment 13014 [details]
3.2 Patch for unclosed object tag
Comment 5 Bradley Morrison 2007-02-07 12:27:13 PST
(In reply to comment #2)
> (From update of attachment 13000 [details] [edit])
> r=me
> 

landed on 3.1 - r19472
Comment 6 Bradley Morrison 2007-02-08 11:02:56 PST
landed on trunk - r19501. resolved.
Comment 7 zalan 2007-02-08 11:46:01 PST
Comment on attachment 13014 [details]
3.2 Patch for unclosed object tag

r=me
Comment 8 Krishna 2007-02-25 20:48:51 PST
Verified and Closed.