summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/extensions/newsblog/test/browser/data/rss.xml
blob: ec6aebccc1c86906d0b6ddb291826f1024714ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Test Feed</title>
    <link>https://example.org/</link>
    <description></description>
    <lastBuildDate>Thu, 21 Jan 2021 17:57:54 +0000</lastBuildDate>
    <language>en-US</language>

    <item>
      <title>Test Article</title>
      <link>https://example.org/browser/comm/mailnews/extensions/newsblog/test/browser/data/article.html</link>
      <pubDate>Wed, 20 Jan 2021 17:00:39 +0000</pubDate>

      <description><![CDATA[
        <p>This is the description.</p>
        <p><a href="https://example.org/link/from/description">Here's a link.</a></p>
        <script>
          document.body.style.backgroundColor = "red";
        </script>
        <noscript>
          <p>This noscript should display.</p>
        </noscript>
      ]]></description>
    </item>
  </channel>
</rss>