summaryrefslogtreecommitdiff
path: root/alarm/node_modules/node-forge/tests/index.html
blob: 2e27c8a66584bf6faa2206b8f371f60c47a03c8e (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <meta name="author" content="Digital Bazaar, Inc.; http://digitalbazaar.com/" />
   <meta name="description" content="Forge Tests" />
   <link type="text/css" rel="stylesheet" media="all" href="screen.css" />
   <title>Forge Tests</title>
</head>

<body>
  <div class="header">
     <h1>Forge Tests</h1>
  </div>
  <div class="content">
     <fieldset class="section">
       <ul>
         <li>These are various tests of the Forge JavaScript libraries.</li>
         <li>Please see the code and documentation for details.</li>
       </ul>
     </fieldset>
     <fieldset class="section">
        <legend>Tests</legend>
        <ul>
           <li><a href="common.html">Common</a>
              <sup>1,2</sup>
           </li>
           <li><a href="form.html">Form</a>
              <sup>1,2</sup>
           </li>
           <li><a href="performance.html">Performance</a>
              <sup>1,2</sup>
           </li>
           <li><a href="tasks.html">Tasks</a>
              <sup>1,2</sup>
           </li>
           <li><a href="socketPool.html">SocketPool</a>
              <sup>1</sup>
           </li>
           <li><a href="http.html">HTTP</a>
              <sup>1</sup>
           </li>
           <li><a href="tls.html">TLS</a>
              <sup>2</sup>
           </li>
           <li><a href="xhr.html">XHR</a>
              <sup>1,2</sup>
           </li>
           <li><a href="webid.html">Web ID</a>
              <sup>1,2</sup>
           </li>
        </ul>
        <div>
           <span><sup>1</sup>: Test works over HTTP</span><br/>
           <span><sup>2</sup>: Test works over HTTPS</span>
        </div>
     </fieldset>
  </div>
  <div class="footer">
     Copyright &copy; 2010 <a href="http://digitalbazaar.com/">Digital Bazaar, Inc.</a>
  </div>
</body>
</html>