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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This tests indexing outside the range of the computed style object. 1 This tests indexing outside the range of the computed style object.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS typeof computedStyle.length is "number" 6 PASS typeof computedStyle.length is "number"
7 PASS computedStyle[computedStyle.length] is "" 7 PASS computedStyle[computedStyle.length] is undefined.
8 PASS computedStyle[-1] is undefined. 8 PASS computedStyle[-1] is undefined.
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
11 TEST COMPLETE 11 TEST COMPLETE
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698