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

Description: item title works
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).title.text == 'test'

-->
<rss version="2.0" >
<channel>
<item>
  <title>test</title>
</item>
</channel>
</rss>