OLD | NEW |
1 CONSOLE MESSAGE: DOMNodeRemoved is deprecated. Use MutationObservers instead. | |
2 CONSOLE MESSAGE: DOMNodeInserted is deprecated. Use MutationObservers instead. | |
3 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 |
4 | 2 |
5 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
". |
6 | 4 |
7 | 5 |
8 PASS sel.length is 200 | 6 PASS sel.length is 200 |
9 PASS otherSel.length is 0 | 7 PASS otherSel.length is 0 |
10 PASS sel.length is 100 | 8 PASS sel.length is 100 |
11 PASS otherSel.length is 0 | 9 PASS otherSel.length is 0 |
12 PASS sel.length is 180 | 10 PASS sel.length is 180 |
13 PASS otherSel.length is 0 | 11 PASS otherSel.length is 0 |
14 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
15 | 13 |
16 TEST COMPLETE | 14 TEST COMPLETE |
17 | 15 |
OLD | NEW |