890e88a83698a7e3545ce7e2c0ab8a53f4969e14
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / droppable / all.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4         <meta charset="utf-8">
5         <title>jQuery UI Droppable Test Suite</title>
6
7         <script src="../../../jquery-1.9.1.js"></script>
8
9         <link rel="stylesheet" href="../../../external/qunit.css">
10         <link rel="stylesheet" href="../qunit-composite.css">
11         <script src="../../../external/qunit.js"></script>
12         <script src="../qunit-composite.js"></script>
13         <script src="../subsuite.js"></script>
14
15         <script>
16         testAllVersions( "droppable" );
17         </script>
18 </head>
19 <body>
20
21 <h1 id="qunit-header">jQuery UI Droppable Test Suite</h1>
22 <h2 id="qunit-banner"></h2>
23 <div id="qunit-testrunner-toolbar"></div>
24 <h2 id="qunit-userAgent"></h2>
25 <ol id="qunit-tests"></ol>
26 <div id="qunit-fixture">
27
28 </div>
29 </body>
30 </html>