summaryrefslogtreecommitdiffstats
path: root/browserTest/performance.html
blob: 66f27070748f453f26bfe2d01e43861968107298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <title>SJCL browser performance</title>
  <link rel="stylesheet" type="text/css" href="test.css"/>
</head>
<body>
  <h1>SJCL browser performance</h1>
  <div id="status">Waiting for tests to begin...</div>
  <div id="print"></div>
  <script type="text/javascript" src="../sjcl.js"></script>
  <script type="text/javascript" src="browserUtil.js"></script>
  <script type="text/javascript" src="performance.js"></script>
</body>
</html>