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

Description: channel description markup is not HTML
Expect:      feed.subtitle.plainText() == '<i><b>test</b></i>'

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