OLD | NEW |
1 This test that setting HTMLSelectElement.length respects optgroups. | 1 This test that setting HTMLSelectElement.length respects optgroups. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS sel.length is 1 | 6 PASS sel.length is 1 |
7 PASS sel.length is 2 | 7 PASS sel.length is 2 |
8 PASS og.childElementCount is 1 | 8 PASS og.childElementCount is 1 |
9 PASS sel.length is 1 | 9 PASS sel.length is 1 |
10 PASS og.childElementCount is 1 | 10 PASS og.childElementCount is 1 |
11 PASS sel.length is 1 | 11 PASS sel.length is 1 |
12 PASS og.childElementCount is 0 | 12 PASS og.childElementCount is 0 |
13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
14 | 14 |
15 TEST COMPLETE | 15 TEST COMPLETE |
16 | 16 |
OLD | NEW |