rhymix/tests/common/js/index.html

38 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="qunit.css" />
<script src="../../../common/js/jquery.js"></script>
<script src="../../../common/js/common.js"></script>
<script src="../../../common/js/js_app.js"></script>
<script src="../../../common/js/xml_handler.js"></script>
<script src="../../../common/js/xml_js_filter.js"></script>
<script src="qunit.js"></script>
<script src="js_app.test.js"></script>
<script src="xml_js_filter.test.js"></script>
</head>
<body>
<h1 id="qunit-header">Common JavaScript Test</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 -->
<div id="plugin-test"></div>
<form id="validator-test">
<fieldset>
<legend>Legend</legend>
<input type="hidden" name="ruleset" value="ruleset" />
<input type="text" name="user_1" value="" />
<input type="text" name="user_2" value="" />
<input type="text" name="user_3" value="" />
<input type="checkbox" name="chkbox1" value="" />
<input type="checkbox" name="chkbox1" value="" />
</fieldset>
</form>
</div>
</body>
</html>