OLD | NEW |
1 CONSOLE WARNING: Blocked to expand the option list to 4294967295 items. The max
imum list length is 2147483647. | 1 CONSOLE WARNING: line 17: Blocked to expand the option list to 4294967295 items.
The maximum list length is 2147483647. |
2 CONSOLE WARNING: Blocked to expand the option list to 2147483648 items. The max
imum list length is 2147483647. | 2 CONSOLE WARNING: line 141: Blocked to expand the option list to 2147483648 items
. The maximum list length is 2147483647. |
3 | 3 |
4 1) setting length to a negative length | 4 1) setting length to a negative length |
5 PASS mySelect.options.length is 2 | 5 PASS mySelect.options.length is 2 |
6 PASS mySelect.selectedIndex is 0 | 6 PASS mySelect.selectedIndex is 0 |
7 2) setting length to a larger length | 7 2) setting length to a larger length |
8 PASS mySelect.options.length is 5 | 8 PASS mySelect.options.length is 5 |
9 PASS mySelect.selectedIndex is 0 | 9 PASS mySelect.selectedIndex is 0 |
10 3) setting length to a smaller length | 10 3) setting length to a smaller length |
11 PASS mySelect.options.length is 2 | 11 PASS mySelect.options.length is 2 |
12 PASS mySelect.selectedIndex is 0 | 12 PASS mySelect.selectedIndex is 0 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 PASS mySelect.options.length is 10 | 71 PASS mySelect.options.length is 10 |
72 PASS mySelect.selectedIndex is 0 | 72 PASS mySelect.selectedIndex is 0 |
73 23) setting length to a value greater than 2,147,483,647 | 73 23) setting length to a value greater than 2,147,483,647 |
74 PASS mySelect.options.length is 10 | 74 PASS mySelect.options.length is 10 |
75 PASS mySelect.selectedIndex is 0 | 75 PASS mySelect.selectedIndex is 0 |
76 | 76 |
77 PASS successfullyParsed is true | 77 PASS successfullyParsed is true |
78 | 78 |
79 TEST COMPLETE | 79 TEST COMPLETE |
80 | 80 |
OLD | NEW |