Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / CSSStyleDeclaration / css-computed-style-item-expected.txt
blobb425aab801398f719b38ab05559a2473ba920859
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
11 TEST COMPLETE