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