1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/feed_author_uri.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<!-- 1.6 + 1.7 +Description: atom author uri works 1.8 +Expect: feed.authors.queryElementAt(1, Components.interfaces.nsIFeedPerson).uri.spec =='http://example.com/'; 1.9 + 1.10 +--> 1.11 +<feed xmlns="http://www.w3.org/2005/Atom"> 1.12 +<title>test title</title> 1.13 +<author> 1.14 +<email>hmm@example.com</email> 1.15 +<name>foo</name> 1.16 +<uri>http://example.org</uri> 1.17 +</author> 1.18 +<author> 1.19 +<email>bar@example.com</email> 1.20 +<name>foo</name> 1.21 +<uri>http://example.com/</uri> 1.22 +</author> 1.23 +</feed> 1.24 \ No newline at end of file