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