83c9ef45d5cd872914487d0173f7adf9c1c6700d
[test/tct/web/uifw.git] /
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="../../../../../../../libs/qunit-1.11.0.css">
5 <script src="../../../../../../../libs/jquery.js"></script>
6 <script src="../../../../../../../libs/qunit-1.11.0.js"
7                 type="text/javascript"></script>
8 <script src="../../../../../../../libs/support.js"></script>
9 <script src="radio-additional-tests.js"></script>
10 <title>Radio</title>
11 </head>
12
13 <body>
14
15         <h1 id="qunit-header">Radio</h1>
16         <h2 id="qunit-banner"></h2>
17         <div id="qunit-testrunner-toolbar"></div>
18         <h2 id="qunit-userAgent"></h2>
19         <ol id="qunit-tests"></ol>
20
21         <div id="qunit-fixture">
22                 <div data-role="page" id="radiopage">
23                         <div data-role='content'>
24                                 <input type="radio" name="radio-single" id="radio-single-1"
25                                         value="Normal" /> <label for="radio-single-1">Normal</label> <input
26                                         type="radio" name="radio-2" id="radio-single-2" checked="checked"
27                                         disabled="disabled" value="Checked, Disabled" /> <label
28                                         for="radio-single-2">Checked, Disabled</label> <input type="radio"
29                                         name="radio-3" id="radio-single-3" disabled="disabled"
30                                         value="Disabled" /> <label for="radio-single-3">Disabled</label>
31
32                                 <fieldset id="controlgroup" data-role="controlgroup">
33                                         <input type="radio" name="radio-choice" id="radio-choice-1"
34                                                 value="Cat" /> <label for="radio-choice-1">Cat</label> <input
35                                                 type="radio" name="radio-choice" id="radio-choice-2" value="Dog" />
36                                         <label for="radio-choice-2">Dog</label> <input type="radio"
37                                                 name="radio-choice" id="radio-choice-3" value="Hamster" /> <label
38                                                 for="radio-choice-3">Hamster</label> <input type="radio"
39                                                 name="radio-choice" id="radio-choice-4" value="Lizard" /> <label
40                                                 for="radio-choice-4">Lizard</label>
41                                 </fieldset>
42
43                                 <fieldset id="controlgroup2" data-type="horizontal"
44                                         data-role="controlgroup">
45                                         <input type="radio" name="radio-choice2" id="radio-choiceh-1"
46                                                 value="Cat" /> <label for="radio-choiceh-1">Cat</label> <input
47                                                 type="radio" name="radio-choice2" id="radio-choiceh-2" value="Dog" />
48                                         <label for="radio-choiceh-2">Dog</label> <input type="radio"
49                                                 name="radio-choice2" id="radio-choiceh-3" value="Hamster" /> <label
50                                                 for="radio-choiceh-3">Hamster</label> <input type="radio"
51                                                 name="radio-choice2" id="radio-choiceh-4" value="Lizard" /> <label
52                                                 for="radio-choiceh-4">Lizard</label>
53                                 </fieldset>
54                         </div>
55                 </div>
56         </div>
57         <script type="text/javascript"
58                         src="../../../../../../../libs/dist/js/tau.js"></script>
59 </body>
60 </html>