aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/index.html
blob: ac90376f2dec5ff4009ae5c1050bbd22d5458b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
	<script type="text/javascript" src="lib/Test/Harness.js"></script>
	<script type="text/javascript" src="lib/Test/Harness/Browser.js"></script>
</head>
<body>
	<h1>jQuery - Test Suite</h1>

	<script type="text/javascript">
		new Test.Harness.Browser().runTests(
			"tests/prereq.html",
			"tests/css1.html",
			"tests/css2.html",
			"tests/css3.html",
			"tests/xpath.html",
			"tests/custom.html",
			"tests/basic.html"
		);
	</script>
</body>
</html>