You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
569 B
20 lines
569 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>KindEditor Unittest</title>
|
|
<link rel="stylesheet" href="../lib/qunit/qunit.css" />
|
|
<!-- <script src="../lib/firebug-lite/build/firebug-lite.js#startOpened"></script> -->
|
|
<script src="../lib/qunit/qunit.js"></script>
|
|
<!-- include src files -->
|
|
<script src="../src/core.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">KindEditor Unittest</h1>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<!-- include test files -->
|
|
<script src="core.js"></script>
|
|
</body>
|
|
</html>
|