toolkit/components/feeds/test/xml/rss09x/rssUnknown.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 <!--
     4 Description: RSS unknown version works
     5 Expect: feed.title.plainText() == "Scripting News" && result.version == "rssUnknown"
     7 -->
     8 <rss version="0.95"> 
     9   <channel> 
    10   <language>en</language> 
    11   <description>
    12      News and commentary from the cross-platform scripting community.
    13   </description>
    14   <link>http://www.scripting.com/</link> 
    15   <title>Scripting News</title> 
    16   <image> 
    17     <link>http://www.scripting.com/</link> 
    18     <title>Scripting News</title> 
    19     <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url> 
    20   </image>
    21   <item> 
    22     <title>stuff</title>
    23     <link>http://bar.example.com</link>
    24     <description>This is an article about some stuff</description>
    25   </item> 
    26   </channel> 
    27 </rss>

mercurial