OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../resources/js-test.js"></script> |
5 | 5 |
6 <div> | 6 <div> |
7 <label id="nothing1">Nothing</label> | 7 <label id="nothing1">Nothing</label> |
8 <label id="text_label1"> | 8 <label id="text_label1"> |
9 Text | 9 Text |
10 <input id="text1" type="text"> | 10 <input id="text1" type="text"> |
11 </label> | 11 </label> |
12 <label id="check_label1"> | 12 <label id="check_label1"> |
13 Checkbox | 13 Checkbox |
14 <input id="check1" type="checkbox"> | 14 <input id="check1" type="checkbox"> |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 check("list_label1", "list_label2"); | 98 check("list_label1", "list_label2"); |
99 check("list1", "list2"); | 99 check("list1", "list2"); |
100 check("label_for1", "label_for2"); | 100 check("label_for1", "label_for2"); |
101 check("text_for1", "text_for2"); | 101 check("text_for1", "text_for2"); |
102 } | 102 } |
103 | 103 |
104 </script> | 104 </script> |
105 | 105 |
106 </body> | 106 </body> |
107 </html> | 107 </html> |
OLD | NEW |