summaryrefslogtreecommitdiffstats
path: root/browserTest/browserTest.html
diff options
context:
space:
mode:
authorMike Hamburg <github@shiftleft.org>2010-05-26 15:34:42 -0700
committerMike Hamburg <github@shiftleft.org>2010-05-26 15:34:42 -0700
commit136512284d923390c115a735746b965c12f39fd0 (patch)
tree61af43ac4fbd2fcfe85f511bd5a9cd5fc7b718fd /browserTest/browserTest.html
downloadsjcl-136512284d923390c115a735746b965c12f39fd0.zip
sjcl-136512284d923390c115a735746b965c12f39fd0.tar.gz
sjcl-136512284d923390c115a735746b965c12f39fd0.tar.bz2
initial commit for GitHub
Diffstat (limited to 'browserTest/browserTest.html')
-rw-r--r--browserTest/browserTest.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/browserTest/browserTest.html b/browserTest/browserTest.html
new file mode 100644
index 0000000..be8d534
--- /dev/null
+++ b/browserTest/browserTest.html
@@ -0,0 +1,16 @@
+<!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>
+ <title>SJCL browser test</title>
+ <link rel="stylesheet" type="text/css" href="test.css"/>
+ <script type="text/javascript" src="browserUtil.js"></script>
+ <script type="text/javascript" src="../test/run_tests_browser.js"></script>
+</head>
+<body onload="testCores(['sjcl.js'])">
+ <h1>SJCL browser test</h1>
+ <div id="status">Waiting for tests to begin...</div>
+ <div id="print"></div>
+</body>
+</html>