aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget.html
blob: 8ccce85255ee96cd4662249e0414331e0cd9617b (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
27
28
29
30
<!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="
			widget_core
			widget_extend
			widget_animation
			widget_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>