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

Description: channel title works w/ nested title
Expect:      feed.title.text == 'test title'

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