1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rss2/feed_skipDays.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<!-- 1.6 + 1.7 +Description: channel skipDays works 1.8 +Expect: ((feed.skipDays.queryElementAt(0, Components.interfaces.nsISupportsString) == 'Sunday') && (feed.skipDays.queryElementAt(1, Components.interfaces.nsISupportsString) == 'Monday')) 1.9 + 1.10 +--> 1.11 +<rss version="2.0" > 1.12 +<channel> 1.13 +<skipDays> 1.14 + <day>Sunday</day> 1.15 + <day>Monday</day> 1.16 +</skipDays> 1.17 +</channel> 1.18 +</rss>