4
<title>jQuery UI Resizable Test Suite</title>
6
<link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">
8
<script type="text/javascript" src="../jquery-1.2.6.js"></script>
9
<script type="text/javascript" src="../ui/ui.core.js"></script>
10
<script type="text/javascript" src="../ui/ui.resizable.js"></script>
12
<script type="text/javascript" src="qunit/testrunner.js"></script>
13
<script type="text/javascript" src="simulate/jquery.simulate.js"></script>
15
<script type="text/javascript" src="resizable.js"></script>
17
<style type="text/css">
19
position: absolute !important;
20
top: -1000px !important;
21
left: -1000px !important;
28
<h1 id="header">jQuery UI Resizable Test Suite</h1>
30
<h2 id="userAgent"></h2>
34
<div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;">
35
<div id="resizable1" style="background: green; width: 100px; height: 100px;">I'm a resizable.</div>
36
<img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;"/>