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

Description: channel category works w/ domain
Expect:      feed.categories.length == 4

-->
<rss version="2.0" >
<channel>
<category>hmm0</category>
<category>hmm1</category>
<category domain="http://example.org">hmm2</category>
<category>hmm3</category>
</channel>
</rss>