-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathJsTest.html
executable file
·34 lines (27 loc) · 1.42 KB
/
JsTest.html
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
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dowling’s Wheel JavaScript Test Suite</title>
<!-- This is the jqUnit test css file -->
<link rel="Stylesheet" media="screen" href="testsuite.css" />
<!-- These are the required javascript modules -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="../public/javascripts/shared/util.js"></script>
<script src="../public/javascripts/table/new.js"></script>
<!-- These are the jqUnit test framework js files -->
<script type="text/javascript" src="jqUnit.js"></script>
<!-- These are tests that have been written using this page as data and test supports -->
<script type="text/javascript" src="TableNewTest.js"></script>
</head>
<body id="body">
<!-- This is the markup that jqUnit will look for when running tests and displaying the results -->
<h1 id="header">Dowling’s Wheel JavaScript Test Suite</h1>
<h2 id="banner"></h2>
<h2 id="userAgent"></h2>
<ol id="tests"></ol>
<div id="main">
<!-- This is the test data -->
</div>
</body>
</html>