You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
7 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>osc.js Tests</title>
|
||
|
|
||
|
<link rel="stylesheet" media="screen" href="../node_modules/infusion/tests/lib/qunit/css/qunit.css" />
|
||
|
|
||
|
<script type="text/javascript" src="../node_modules/jquery/dist/jquery.js"></script>
|
||
|
<script type="text/javascript" src="../node_modules/infusion/src/framework/core/js/Fluid.js"></script>
|
||
|
<script type="text/javascript" src="../node_modules/infusion/src/framework/core/js/FluidDebugging.js"></script>
|
||
|
<script type="text/javascript" src="../node_modules/infusion/src/framework/core/js/FluidIoC.js"></script>
|
||
|
<script type="text/javascript" src="../node_modules/infusion/src/framework/core/js/DataBinding.js"></script>
|
||
|
|
||
|
<script type="text/javascript" src="../node_modules/infusion/tests/lib/qunit/js/qunit.js"></script>
|
||
|
<script type="text/javascript" src="../node_modules/infusion/tests/test-core/jqUnit/js/jqUnit.js"></script>
|
||
|
<script src="../node_modules/long/dist/long.js"></script>
|
||
|
<script src="../src/osc.js"></script>
|
||
|
|
||
|
<script src="osc-tests.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body id="body">
|
||
|
<h1 id="qunit-header">osc.js Tests</h1>
|
||
|
<h2 id="qunit-banner"></h2>
|
||
|
<div id="qunit-testrunner-toolbar"></div>
|
||
|
<h2 id="qunit-userAgent"></h2>
|
||
|
<ol id="qunit-tests"></ol>
|
||
|
|
||
|
<!-- Test HTML -->
|
||
|
<div id="main" style="display: none;">
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|