aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/all.html
blob: 86bb9c4e26a79b95e0fe04aec260d423f5175814 (plain)
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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Tabs Test Suite</title>

	<script src="../../../jquery-1.10.2.js"></script>

	<link rel="stylesheet" href="../../../external/qunit.css">
	<link rel="stylesheet" href="../qunit-composite.css">
	<script src="../../../external/qunit.js"></script>
	<script src="../qunit-composite.js"></script>
	<script src="../subsuite.js"></script>

	<script>
	testAllVersions( "tabs" );
	</script>
</head>
<body>

<div id="qunit"></div>
<div id="qunit-fixture">

</div>
</body>
</html>