Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt

Issue 2341723002: binding: Indexed property returns undefined if out-of-range. (Closed)
Patch Set: Updated layout test expectations. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt
index b425aab801398f719b38ab05559a2473ba920859..b1e53ca467370995b480b0bf02f0dc8dc33b43a3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-computed-style-item-expected.txt
@@ -4,7 +4,7 @@ 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[computedStyle.length] is undefined.
PASS computedStyle[-1] is undefined.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698