aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/all.html
blob: f6be092edc300a8b998f07a47b3ef9f12493377b (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 Droppable Test Suite</title>

	<script src="../../../external/jquery/jquery.js"></script>

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

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

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

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