js-codepage/index.html

52 lines
2.2 KiB
HTML

<!DOCTYPE html>
<!-- codepage (C) 2013-present SheetJS http://sheetjs.com -->
<!-- vim: set ts=2: -->
<html>
<head>
<title>js-codepage tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="ctest/mocha.css" />
<style>
#t { font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px 60px; font-weight: bold; }
#tt{ font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px 60px; }
th { font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0px 60px; font-weight: bold; text-align: left; }
</style>
</head>
<body>
<h1 id="t">js-codepage Browser-based Encoding and Decoding Tests</h1>
<table id="tt">
<tr>
<th>js-codepage</th>
<td><a href="http://github.com/SheetJS/js-codepage">Library Source</a></td>
<td><a href="http://npm.im/codepage">"codepage" on npm</a></td>
<td><a href="https://travis-ci.org/SheetJS/js-codepage">node CI status</a></td>
</tr>
</table>
<div id="mocha"></div>
<script src="ctest/shim.js"></script>
<script src="ctest/json2.js"></script>
<script src="ctest/assert.js"></script>
<script src="ctest/mocha.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36810333-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>mocha.setup('bdd');</script>
<script src="cptable.js"></script>
<script src="cputils.js"></script>
<!--[if gt IE 7]><script src="ctest/fixtures.js"></script><![endif]-->
<!--[if lte IE 7]><script src="ctest/iefix.js"></script><![endif]-->
<!--[if !IE]><!--><script src="ctest/fixtures.js"></script><!--<![endif]-->
<script src="ctest/tests.js"></script>
<script>mocha.run();</script>
</body>
</html>