Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / CSSStyleDeclaration / css-style-item-expected.txt
blob5b57e49cc066ea31b25d224188624c01c1d29a85
1 This tests indexing outside the range of the style object.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS style.length is 1
7 PASS style[0] is "color"
8 PASS style[1] is ""
9 PASS style[-1] is undefined.
10 PASS successfullyParsed is true
12 TEST COMPLETE