/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/resizable/resizable.html
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/resizable/resizable.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File MIME type: text/html
File size: 1476 byte(s)
initial import
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>jQuery UI Resizable Test Suite</title>
6
7 <script src="../../jquery.js"></script>
8 <link rel="stylesheet" href="../../../external/qunit.css">
9 <script src="../../../external/qunit.js"></script>
10 <script src="../../jquery.simulate.js"></script>
11 <script src="../testsuite.js"></script>
12 <script>
13 TestHelpers.loadResources({
14 css: [ "ui.core", "ui.resizable" ],
15 js: [
16 "ui/jquery.ui.core.js",
17 "ui/jquery.ui.widget.js",
18 "ui/jquery.ui.mouse.js",
19 "ui/jquery.ui.resizable.js"
20 ]
21 });
22 </script>
23
24 <script src="resizable_common.js"></script>
25 <script src="resizable_core.js"></script>
26 <script src="resizable_events.js"></script>
27 <script src="resizable_methods.js"></script>
28 <script src="resizable_options.js"></script>
29 <script src="resizable_test_helpers.js"></script>
30
31 <script src="../swarminject.js"></script>
32
33 <style>
34 #container {
35 width: 300px;
36 height: 200px;
37 }
38 #resizable1 {
39 background: green;
40 height: 100px;
41 width: 100px;
42 }
43 #resizable2 {
44 height: 100px;
45 width: 100px;
46 }
47 </style>
48 </head>
49 <body>
50
51 <h1 id="qunit-header">jQuery UI Resizable Test Suite</h1>
52 <h2 id="qunit-banner"></h2>
53 <div id="qunit-testrunner-toolbar"></div>
54 <h2 id="qunit-userAgent"></h2>
55 <ol id="qunit-tests"></ol>
56 <div id="qunit-fixture">
57
58 <div id="container">
59 <div id="resizable1">I'm a resizable.</div>
60 </div>
61 <img src="images/test.jpg" id="resizable2" alt="solid gray">
62
63 </div>
64 </body>
65 </html>

  ViewVC Help
Powered by ViewVC 1.1.20