Bug 12680 - [S60]Unclosed object tag causing content to not appear
Summary: [S60]Unclosed object tag causing content to not appear
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: PC S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 07:01 PST by Sriram
Modified: 2007-02-25 20:48 PST (History)
1 user (show)

See Also:


Attachments
Patch for unclosed object tag (2.01 KB, patch)
2007-02-07 07:07 PST, Sriram
zalan: review+
Details | Formatted Diff | Diff
3.2 Patch for unclosed patch (2.08 KB, patch)
2007-02-07 12:09 PST, Sriram
no flags Details | Formatted Diff | Diff
3.2 Patch for unclosed object tag (2.09 KB, patch)
2007-02-07 12:18 PST, Sriram
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.