summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/cookies/html/cookietest1.html
blob: 6df57f2c984107dc0b48209d6a451b80c2ca9112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <title>Cookie Test</title>
    <script>
      document.cookie = "name=CookieTest";
    </script>
  </head>
  <body bgcolor="#FFFFFF">
    <div align="center">
      <h1>Cookie Test</h1>
    </div>
  </body>
</html>