Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / tests / unit / init / dialog-load-tests.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4         <meta charset="UTF-8" />
5         <title>jQuery Mobile Init Test Suite</title>
6         <script src="../../../js/jquery.tag.inserter.js"></script>
7         <script src="../jquery.setNameSpace.js"></script>
8         <script src="../../../tests/jquery.testHelper.js"></script>
9         <script src="../../../external/qunit.js"></script>
10         <script src="../../../external/requirejs/require.js"></script>
11   <script type="text/javascript" src="../../../js/"></script>
12   <script type="text/javascript" src="init_dialog.js"></script>
13         <link rel="stylesheet"  href="../../../css/themes/default/jquery.mobile.css"/>
14         <link rel="stylesheet" href="../../../external/qunit.css"/>
15
16         <script src="../swarminject.js"></script>
17         </script>
18 </head>
19 <body>
20
21 <h1 id="qunit-header">jQuery Mobile Init Test Suite</h1>
22 <h2 id="qunit-banner"></h2>
23 <h2 id="qunit-userAgent"></h2>
24 <ol id="qunit-tests">
25 </ol>
26
27 <div data-nstest-role="dialog" id="foo">
28         <label for="select-choice-0" class="select">Shipping method:</label>
29         <select name="select-choice-0" id="select-choice-1">
30                 <option value="standard">Standard: 7 day</option>
31                 <option value="rush">Rush: 3 days</option>
32                 <option value="express">Express: next day</option>
33                 <option value="overnight">Overnight</option>
34         </select>
35 </div>
36 </body>
37 </html>