1 This tests indexing outside the range of the computed style object.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS typeof computedStyle.length is "number"
7 PASS computedStyle[computedStyle.length] is ""
8 PASS computedStyle[-1] is undefined.
9 PASS successfullyParsed is true