aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar.html
blob: 351ed4e2180ab596d8e62db8da098c3a9b195e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Progressbar Test Suite</title>

	<script src="../../lib/css.js" data-modules="core progressbar"></script>
	<script src="../../lib/bootstrap.js" data-widget="progressbar"></script>
</head>
<body>

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

<div id="progressbar"></div>

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