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.

41 lines
1.8 KiB
HTML

5 months ago
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>osc.js Cross-Platform Transport 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="../node_modules/slip/dist/slip.min.js"></script>
<script src="../node_modules/wolfy87-eventemitter/EventEmitter.min.js"></script>
<script src="../src/osc.js"></script>
<script src="../src/osc-transports.js"></script>
<script src="transport-tests.js"></script>
</head>
<body id="body">
<h1 id="qunit-header">osc.js Cross-Platform Transport 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>