2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / tests / unit / zoom / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8" />
5         <title>jQuery Mobile Zoom Maniplation Integration Test</title>
6         <meta name="viewport" content="width=device-width, initial-scale=1">
7
8         <script src="../../../external/requirejs/require.js"></script>
9         <script src="../../../js/jquery.js"></script>
10         <script src="../jquery.setNameSpace.js"></script>
11         <script src="../../../tests/jquery.testHelper.js"></script>
12         <script src="../../../external/qunit.js"></script>
13         <script>
14                 $.testHelper.asyncLoad([
15                         [
16                                 "jquery.mobile.zoom"
17                         ],
18                         [ "jquery.mobile.init" ],
19                         [
20                                 "./zoom.js"
21                         ]
22                 ]);
23         </script>
24
25         <link rel="stylesheet"  href="../../../css/themes/default/jquery.mobile.css"/>
26         <link rel="stylesheet" href="../../../external/qunit.css"/>
27
28         <script src="../swarminject.js"></script>
29 </head>
30 <body>
31
32 <h1 id="qunit-header">jQuery Mobile FieldContainer Test Suite</h1>
33 <h2 id="qunit-banner"></h2>
34 <h2 id="qunit-userAgent"></h2>
35 <ol id="qunit-tests">
36 </ol>
37
38 <div data-nstest-role="page">
39
40
41 </div>
42
43
44
45 </body>
46 </html>