mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11012 201d5d3c-b55e-5fd7-737f-ddc643e51545
38 lines
1.2 KiB
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>
|