RetroZilla/toolkit/components/feeds/test/xml/rss2/feed_image_required.xml

16 lines
451 B
XML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: channel image required fields work
Expect: ((feed.image.getProperty('title') == 'A picture') && (feed.image.getProperty('link') == 'http://example.org') && (feed.image.getProperty('url') == 'http://example.org/a.jpg'))
-->
<rss version="2.0" >
<channel>
<image>
<link>http://example.org</link>
<title>A picture</title>
<url>http://example.org/a.jpg</url>
</image>
</channel>
</rss>