2011-07-13 12:06:12 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
|
|
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" />
|
|
|
|
<title>Kis-js test app</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 id="qunit-header">Kis-js Test Suite</h1>
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
<ol id="qunit-tests"></ol>
|
2011-07-14 00:36:52 -04:00
|
|
|
<div id="qunit-fixture">
|
|
|
|
test markup, will be hidden
|
|
|
|
<span id="testSpan"></span>
|
|
|
|
</div>
|
2011-07-15 16:24:32 -04:00
|
|
|
<section hidden="hidden">
|
|
|
|
<article id="r14">
|
|
|
|
This is important text!
|
|
|
|
</article>
|
|
|
|
<aside id="classChild">
|
|
|
|
<div class="child"></div>
|
|
|
|
</aside>
|
2011-07-13 12:06:12 -04:00
|
|
|
</section>
|
2011-07-21 16:01:15 -04:00
|
|
|
<script src="../kis-all.js"></script>
|
2011-07-13 12:06:12 -04:00
|
|
|
<script src="qunit/qunit.js"></script>
|
|
|
|
<script src="./tests.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|