aboutsummaryrefslogtreecommitdiffstats
path: root/tests/resizable.html
blob: 87a4952bbe5afc3c364291d3e08c93a3c0d7ace3 (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
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Resizable Test Suite</title>

	<script type="text/javascript" src="../jquery-1.2.6.js"></script>
	<script type="text/javascript" src="../ui/ui.core.js"></script>
	<script type="text/javascript" src="../ui/ui.resizable.js"></script>

	<link   type="text/css"       href="testsuite.css" rel="stylesheet" />
	<script type="text/javascript" src="testsuite.js"></script>
	<script type="text/javascript" src="qunit/testrunner.js"></script>
	<script type="text/javascript" src="simulate/jquery.simulate.js"></script>

	<script type="text/javascript" src="resizable.js"></script>
</head>
<body>

<div id="main">
	<div id="resizable1" style="background: green; width: 100px; height: 100px;">I'm a resizable.</div>
	<img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;"/>
</div>

</body>
</html>