summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt
blob: b425aab801398f719b38ab05559a2473ba920859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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[computedStyle.length] is ""
PASS computedStyle[-1] is undefined.
PASS successfullyParsed is true

TEST COMPLETE