Index: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js |
index 29b3784139a2633c75b4e0879e7bd846f66cb74f..34267a2293c6df7a1f4746f21b94d18efc891d83 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js |
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/css-style-item.js |
@@ -7,7 +7,7 @@ var style = element.style; |
shouldEvaluateTo('style.length', 1); |
shouldBeEqualToString('style[0]', 'color'); |
-shouldBeEqualToString('style[1]', ''); |
+shouldBeUndefined('style[1]'); |
shouldBeUndefined('style[-1]') |
document.documentElement.removeChild(element); |