summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/extensions/newsblog/test/browser/data/article.html
blob: 4c6b780c417dbf09a927fb79a1a18b269589d78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title></title>
  </head>
  <body>
    <p>This is the article.</p>
    <p><a href="https://example.org/link/from/article">Here's a link.</a></p>
    <script>
      document.body.style.backgroundColor = "green";
    </script>
    <noscript>
      <p>This noscript should not display.</p>
    </noscript>
  </body>
</html>