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

Description: item comments works
Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).fields.getProperty('comments') == 'http://example.org'

-->
<rss version="2.0" >
<channel>
<item>
<title>test</title>
<!--<author>jbb@dallas.example.com (Joe Bob Briggs)</author>-->
<comments>http://example.org</comments>

<category domain="foo">bar</category>

</item>
</channel>
</rss>