-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 780 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<script src="../lib/jquery-2.1.0.min.js"></script>
<script src="../lib/underscore-min.js"></script>
<script src="../lux.js"></script>
<link rel="stylesheet" type="text/css" media="screen"
href="../lib/css/qunit.css" />
<script src="../lib/qunit.js"></script>
</head>
<body>
<canvas id="webgl" width="200" height="200"></canvas>
<script src="linalg.js"></script>
<script src="tests.js"></script>
<script src="test_transforms.js"></script>
<script src="test_bugs.js"></script>
<script src="test_builtins.js"></script>
<h1 id="qunit-header">Lux Test Suite</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, will be hidden</div>
</body>
</html>