OLD | NEW |
1 Tests that setting .length on an HTMLSelectElement works in the presence of muta
tion event listeners that reparent options | 1 Tests that setting .length on an HTMLSelectElement works in the presence of muta
tion event listeners that reparent options |
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 200 | 6 PASS sel.length is 200 |
7 PASS otherSel.length is 0 | 7 PASS otherSel.length is 0 |
8 PASS sel.length is 100 | 8 PASS sel.length is 100 |
9 PASS otherSel.length is 0 | 9 PASS otherSel.length is 0 |
10 PASS sel.length is 180 | 10 PASS sel.length is 180 |
11 PASS otherSel.length is 0 | 11 PASS otherSel.length is 0 |
12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
13 | 13 |
14 TEST COMPLETE | 14 TEST COMPLETE |
15 | 15 |
OLD | NEW |