css-computed-style-item-expected.txt revision eff69b907ef2cd3a9af0351287a929c66f58e3f6
1This tests indexing outside the range of the computed style object.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS typeof computedStyle.length is "number"
7PASS computedStyle[computedStyle.length] is ""
8PASS computedStyle[-1] is undefined.
9PASS successfullyParsed is true
10
11TEST COMPLETE
12
13