blob: de6688bab4819262d1361596030e3b5a8f1ad286 [file] [log] [blame]
This tests indexing outside the range of the computed style object.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof computedStyle.length is "number"
PASS computedStyle.item(computedStyle.length) is ""
PASS computedStyle[computedStyle.length] is undefined.
PASS computedStyle[-1] is undefined.
PASS successfullyParsed is true
TEST COMPLETE