~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/tests/resizable.html

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html lang="en">
3
 
<head>
4
 
        <title>jQuery UI Resizable Test Suite</title>
5
 
 
6
 
        <link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">
7
 
        
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>
11
 
        
12
 
        <script type="text/javascript" src="qunit/testrunner.js"></script>
13
 
        <script type="text/javascript" src="simulate/jquery.simulate.js"></script>
14
 
                
15
 
        <script type="text/javascript" src="resizable.js"></script>
16
 
 
17
 
        <style type="text/css">
18
 
                #main {
19
 
                        position: absolute !important;
20
 
                        top: -1000px !important;
21
 
                        left: -1000px !important;
22
 
                }
23
 
        </style>
24
 
 
25
 
</head>
26
 
<body>
27
 
 
28
 
<h1 id="header">jQuery UI Resizable Test Suite</h1>
29
 
<h2 id="banner"></h2>
30
 
<h2 id="userAgent"></h2>
31
 
 
32
 
<ol id="tests"></ol>
33
 
 
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;"/>
37
 
</div>
38
 
 
39
 
</body>
40
 
</html>