You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
769 B
HTML
27 lines
769 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>slip.js Tests</title>
|
|
|
|
<link rel="stylesheet" media="screen" href="../bower_components/qunit/qunit/qunit.css" />
|
|
<script src="../bower_components/qunit/qunit/qunit.js"></script>
|
|
<script src="../src/slip.js"></script>
|
|
|
|
<script src="slip-tests.js"></script>
|
|
</head>
|
|
|
|
<body id="body">
|
|
<h1 id="qunit-header">slip.js Tests</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
|
|
<!-- Test HTML -->
|
|
<div id="main" style="display: none;">
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|