2011-08-10 16:30:36 -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 >
2011-11-02 19:12:58 -04:00
<!-- [if IE 8]>
< script type = "text/javascript" >
var HTML5 = "article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video".split(",");
for (var i = 0, tagName; tagName = HTML5[i]; i++) document.createElement(tagName);
< / script >
<![endif]-->
2011-08-10 16:30:36 -04:00
< / 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 >
< div id = "qunit-fixture" >
test markup, will be hidden
< span id = "testSpan" > < / span >
< / div >
< section hidden = "hidden" >
< article id = "r14" >
This is important text!
< / article >
< aside id = "classChild" >
< p class = "child" > < / p >
< span class = "child" > < / span >
< div class = "nephew" > < / div >
< / aside >
< / section >
2012-04-06 10:40:53 -04:00
< script src = "../kis-min.js" > < / script >
2011-08-10 16:30:36 -04:00
< script src = "qunit/qunit.js" > < / script >
2012-11-15 13:42:14 -05:00
< script src = "qunit/test_funcs.js" > < / script >
2011-11-01 08:29:21 -04:00
< script src = "tests/core.js" > < / script >
< script src = "tests/ajax.js" > < / script >
< script src = "tests/event.js" > < / script >
< script src = "tests/dom.js" > < / script >
2011-11-03 13:47:11 -04:00
< script src = "tests/store.js" > < / script >
2011-11-01 08:29:21 -04:00
< script src = "tests/util.js" > < / script >
2011-08-10 16:30:36 -04:00
< / body >
< / html >