diff options
Diffstat (limited to 'toolkit/components/feeds/test/xml/rss09x/rss091.xml')
-rw-r--r-- | toolkit/components/feeds/test/xml/rss09x/rss091.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/toolkit/components/feeds/test/xml/rss09x/rss091.xml b/toolkit/components/feeds/test/xml/rss09x/rss091.xml deleted file mode 100644 index 6749fc49e..000000000 --- a/toolkit/components/feeds/test/xml/rss09x/rss091.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> -<!-- - -Description: RSS 0.91 works -Expect: feed.title.plainText() == "Scripting News" && result.version == "rss091" - ---> -<rss version="0.91"> - <channel> - <language>en</language> - <description> - News and commentary from the cross-platform scripting community. - </description> - <link>http://www.scripting.com/</link> - <title>Scripting News</title> - <image> - <link>http://www.scripting.com/</link> - <title>Scripting News</title> - <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url> - </image> - <item> - <title>stuff</title> - <link>http://bar.example.com</link> - <description>This is an article about some stuff</description> - </item> - </channel> -</rss>
\ No newline at end of file |