summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss2/feed_description_html_cdata.xml
blob: 45ee9e92be00c2ab18d68227422a9a8fa5187e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="iso-8859-1"?>
<!--

Description: channel description works w/ html & CDATA 
Expect:      feed.fields.getProperty('description') == '<b>test</b>'

-->
<rss version="2.0" >
<channel>
<description><![CDATA[<b>test</b>]]></description>
</channel>
</rss>