toolkit/components/feeds/test/xml/rss09x/rss091.xml

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 <?xml version="1.0"?>
     2 <!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd"> 
     3 <!--
     5 Description: RSS 0.91 works
     6 Expect: feed.title.plainText() == "Scripting News" && result.version == "rss091"
     8 -->
     9 <rss version="0.91"> 
    10   <channel> 
    11   <language>en</language> 
    12   <description>
    13      News and commentary from the cross-platform scripting community.
    14   </description>
    15   <link>http://www.scripting.com/</link> 
    16   <title>Scripting News</title> 
    17   <image> 
    18     <link>http://www.scripting.com/</link> 
    19     <title>Scripting News</title> 
    20     <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url> 
    21   </image>
    22   <item> 
    23     <title>stuff</title>
    24     <link>http://bar.example.com</link>
    25     <description>This is an article about some stuff</description>
    26   </item> 
    27   </channel> 
    28 </rss>

mercurial