|
30 | 30 | <form id="theForm" action="#" method="get"> |
31 | 31 | <fieldset data-nstest-role="controlgroup"> |
32 | 32 | <label for="testVCheckbox1">Test Vertical Checkbox 1</label> |
33 | | - <input type="checkbox" id="testVCheckbox1"></input> |
| 33 | + <input type="checkbox" id="testVCheckbox1"> |
34 | 34 |
|
35 | 35 | <label for="testVCheckbox4">Test Vertical Checkbox 4</label> |
36 | | - <input type="checkbox" id="testVCheckbox4" checked></input> |
| 36 | + <input type="checkbox" id="testVCheckbox4" checked> |
37 | 37 | </fieldset> |
38 | 38 | <fieldset data-nstest-role="controlgroup" data-nstest-type="horizontal"> |
39 | 39 | <label for="testHCheckbox1">Test Horizontal Checkbox 1</label> |
40 | | - <input type="checkbox" id="testHCheckbox1" checked></input> |
| 40 | + <input type="checkbox" id="testHCheckbox1" checked> |
41 | 41 |
|
42 | 42 | <label for="testHCheckbox4">Test Horizontal Checkbox 4</label> |
43 | | - <input type="checkbox" id="testHCheckbox4"></input> |
| 43 | + <input type="checkbox" id="testHCheckbox4"> |
44 | 44 | </fieldset> |
45 | 45 | <fieldset data-nstest-role="controlgroup"> |
46 | 46 | <label for="testVRadio1">Test Vertical Radio 1</label> |
47 | | - <input type="radio" name="vradioTest" id="testVRadio1"></input> |
| 47 | + <input type="radio" name="vradioTest" id="testVRadio1"> |
48 | 48 |
|
49 | 49 | <label for="testVRadio4">Test Vertical Radio 4</label> |
50 | | - <input type="radio" name="vradioTest" id="testVRadio4"></input> |
| 50 | + <input type="radio" name="vradioTest" id="testVRadio4"> |
51 | 51 | </fieldset> |
52 | 52 | <fieldset data-nstest-role="controlgroup" data-nstest-type="horizontal"> |
53 | 53 | <label for="testHRadio1">Test Horizontal Radio 1</label> |
54 | | - <input type="radio" name="hradioTest" id="testHRadio1"></input> |
| 54 | + <input type="radio" name="hradioTest" id="testHRadio1"> |
55 | 55 |
|
56 | 56 | <label for="testHRadio4">Test Horizontal Radio 4</label> |
57 | | - <input type="radio" name="hradioTest" id="testHRadio4"></input> |
| 57 | + <input type="radio" name="hradioTest" id="testHRadio4"> |
58 | 58 | </fieldset> |
59 | 59 | <div data-nstest-role="fieldcontain"> |
60 | 60 | <label for="selectTest">Select Test</label> |
|
66 | 66 | </div> |
67 | 67 | <div data-nstest-role="fieldcontain"> |
68 | 68 | <label for="testRange">Test Range</label> |
69 | | - <input id="testRange" type="range" min="0" max="100" value="42"></input> |
| 69 | + <input id="testRange" type="range" min="0" max="100" value="42"> |
70 | 70 | </div> |
71 | | - <input type="checkbox" id="checkbox-based-flipswitch" data-nstest-role="flipswitch"></input> |
| 71 | + <input type="checkbox" id="checkbox-based-flipswitch" data-nstest-role="flipswitch"> |
72 | 72 | <select id="select-based-flipswitch" data-nstest-role="flipswitch"> |
73 | | - <option name="op1">Option 1</option> |
74 | | - <option name="op2">Option 2</option> |
| 73 | + <option id="op1">Option 1</option> |
| 74 | + <option id="op2">Option 2</option> |
75 | 75 | </select> |
76 | 76 | <button id="reset" type="reset" value="Test Reset"></button> |
77 | 77 | </form> |
78 | 78 | <a href="#startPage" id="goToStartPage">Go</a> |
79 | 79 | <form id="formactiontest" action="landing1.html"> |
80 | | - <input type="submit" id="default-submit">Default Submit</input> |
81 | | - <input type="submit" id="formaction-submit" formaction="landing2.html">Formaction Submit</input> |
| 80 | + <input type="submit" id="default-submit">Default Submit |
| 81 | + <input type="submit" id="formaction-submit" formaction="landing2.html">Formaction Submit |
82 | 82 | </form> |
83 | 83 | </div> |
84 | 84 | </div> |
|
0 commit comments