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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt

Issue 2515913002: DevTools: object formatter renders arrays the same way as printArrayResult() (Closed)
Patch Set: DevTools: object formatter renders arrays the same way as printArrayResult() Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
index e3a5df0a13ee0cc0220275cae995d6aaa3cfd58d..41c7c5f71a95c7f43d37e74f46eedd322d7f727c 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
@@ -22,25 +22,25 @@ a2
console-format-array-prototype.html:4 []
a3
[undefined × 1, 2, 3]
-console-format-array-prototype.html:4 [1: 2, 2: 3]
+console-format-array-prototype.html:4 [undefined, 2, 3]
a4
[undefined × 15]
console-format-array-prototype.html:4 []
a5
[undefined × 8, 8, undefined × 6]
-console-format-array-prototype.html:4 [8: 8]
+console-format-array-prototype.html:4 [undefined × 8, 8, undefined × 6]
a6
[0, undefined × 9, 10, undefined × 4]
-console-format-array-prototype.html:4 [0, 10: 10]
+console-format-array-prototype.html:4 [0, undefined × 9, 10, undefined × 4]
a7
[undefined × 3, 4, undefined × 11]
-console-format-array-prototype.html:4 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]
+console-format-array-prototype.html:4 [undefined × 3, 4, undefined × 11…]
a8
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
console-format-array-prototype.html:4 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
a9
[undefined × 1, 1, 2, 3, 4, undefined × 1, 6, 7, 8, 9, undefined × 1]
-console-format-array-prototype.html:4 [1: 1, 2: 2, 3: 3, 4: 4, 6: 6, 7: 7, 8: 8, 9: 9, foo: "bar"]
+console-format-array-prototype.html:4 [undefined, 1, 2, 3, 4, undefined, 6, 7, 8, 9, undefined]
a10
Array {}
console-format-array-prototype.html:4 Array {}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698