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

Description: atom author name works
Expect: feed.authors.queryElementAt(0, Components.interfaces.nsIFeedPerson).email=='hmm@example.com';

-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title>test title</title>
<author>
<email>hmm@example.com</email>
<name>foo</name>
</author>
</feed>