1This tests indexing outside the range of the style object.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS style.length is 1
7PASS style[0] is "color"
8PASS style[1] is ""
9PASS style[-1] is undefined.
10PASS successfullyParsed is true
11
12TEST COMPLETE
13
14