toolkit/components/feeds/test/xml/rfc4287/feed_icon.xml

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:54590ad3e18e
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!--
3
4 Description: atom icon works
5 Expect: feed.fields.getProperty('atom:icon') == 'http://example.org/favicon.ico'
6
7 -->
8 <feed xmlns="http://www.w3.org/2005/Atom">
9 <title>test title</title>
10 <icon>http://example.org/favicon.ico</icon>
11 </feed>

mercurial