| Index: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item-expected.txt
|
| index 5b57e49cc066ea31b25d224188624c01c1d29a85..4b1ea80ab5dc74467c88b5aab27266a01865a905 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-item-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS style.length is 1
|
| PASS style[0] is "color"
|
| -PASS style[1] is ""
|
| +PASS style[1] is undefined.
|
| PASS style[-1] is undefined.
|
| PASS successfullyParsed is true
|
|
|
|
|