upload tizen1.0 source
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / tests / unit / init / nopage.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8" />
5         <title>jQuery Mobile Init Test Suite</title>
6         <!-- meta viewport left out on purpose for test append -->
7         <script src="../../../js/jquery.js"></script>
8         <script src="../jquery.setNameSpace.js"></script>
9         <script src="../../../js/"></script>
10         <script src="../../../external/qunit.js"></script>
11         <script src="../../jquery.testHelper.js"></script>
12         <script src="init_core_nopage.js"></script>
13         <link rel="stylesheet"  href="../../../css/themes/default/" />
14         <link rel="stylesheet" href="../../../external/qunit.css"/>
15         <script src="../swarminject.js"></script>
16
17         <style>
18         [data-nstest-role="page"], [data-nstest-role="dialog"] {
19         position: static !important;
20         }
21         </style>
22 </head>
23
24 <h1 id="qunit-header">jQuery Mobile Init Test Suite</h1>
25 <h2 id="qunit-banner"></h2>
26 <h2 id="qunit-userAgent"></h2>
27 <ol id="qunit-tests">
28 </ol>
29
30 </body>
31 </html>