forked from drewwilson/titan
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
32 lines (32 loc) · 1.09 KB
/
test.html
File metadata and controls
32 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="css/testsuite.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/jquery-1.3.js"></script>
<script type="text/javascript" src="js/testrunner.js"></script>
<script type="text/javascript" src="js/jquery.titan.js"></script>
<script type="text/javascript" src="js/qunit.core.js"></script>
<script type="text/javascript" src="js/qunit.controller.js"></script>
<script type="text/javascript" src="js/qunit.binding.js"></script>
<script type="text/javascript" src="js/qunit.template.js"></script>
<script type="text/javascript" src="js/qunit.expand.js"></script>
</head>
<body>
<h1>Titan Tests</h1>
<h2 id="banner"></h2>
<h2 id="userAgent"></h2>
<ol id="tests"></ol>
<div id="main">
<div id="test-list">
<span class="ti_name"></span>
</div>
<div id="test-complex">
<span class="ti_name"></span>
<div class="ti_entries">
<span class="ti_content"></span>
</div>
</div>
</div>
</body>
</html>