OLD | NEW |
1 This tests indexing outside the range of the style object. | 1 This tests indexing outside the range of the style object. |
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 style.length is 1 | 6 PASS style.length is 1 |
7 PASS style[0] is "color" | 7 PASS style[0] is "color" |
8 PASS style[1] is "" | 8 PASS style[1] is undefined. |
9 PASS style[-1] is undefined. | 9 PASS style[-1] is undefined. |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |