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

Description: channel webMaster works 
Expect:      feed.fields.getProperty('webMaster') == 'example@example.com'

-->
<rss version="2.0" >
<channel>
<webMaster>example@example.com</webMaster>
</channel>
</rss>