aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget.html
blob: 0e9d500510cb3206c3f84162f3ac013a07ad87d3 (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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Widget Test Suite</title>

	<script src="../../lib/css.js" data-modules="core"></script>
	<script src="../../lib/bootstrap.js" data-modules="core extend animation classes">
	</script>
</head>
<body>

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

<div id="widget-wrapper">
	<div id="widget">
		<div>...</div>
	</div>
</div>

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