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

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

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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..b5ab59945f37dee3a3b21dd2a8d914acf7e9aedf 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
@@ -12,36 +12,36 @@ CONSOLE MESSAGE: line 9: [object Object]
Tests that console logging dumps array values defined on Array.prototype[].
a0
-[]
-console-format-array-prototype.html:4 []
+[]Array[0]
+console-format-array-prototype.html:4 []Array[0]
a1
-[undefined × 1]
-console-format-array-prototype.html:4 []
+[undefined × 1]Array[1]
+console-format-array-prototype.html:4 []Array[1]
a2
-[undefined × 5]
-console-format-array-prototype.html:4 []
+[undefined × 5]Array[5]
+console-format-array-prototype.html:4 []Array[5]
a3
-[undefined × 1, 2, 3]
-console-format-array-prototype.html:4 [1: 2, 2: 3]
+[undefined × 1, 2, 3]Array[3]
+console-format-array-prototype.html:4 [1: 2, 2: 3]Array[3]
a4
-[undefined × 15]
-console-format-array-prototype.html:4 []
+[undefined × 15]Array[15]
+console-format-array-prototype.html:4 []Array[15]
a5
-[undefined × 8, 8, undefined × 6]
-console-format-array-prototype.html:4 [8: 8]
+[undefined × 8, 8, undefined × 6]Array[15]
+console-format-array-prototype.html:4 [8: 8]Array[15]
a6
-[0, undefined × 9, 10, undefined × 4]
-console-format-array-prototype.html:4 [0, 10: 10]
+[0, undefined × 9, 10, undefined × 4]Array[15]
+console-format-array-prototype.html:4 [0, 10: 10]Array[15]
a7
-[undefined × 3, 4, undefined × 11]
-console-format-array-prototype.html:4 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]
+[undefined × 3, 4, undefined × 11]Array[15]
+console-format-array-prototype.html:4 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]Array[15]
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]
+[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]Array[10]
+console-format-array-prototype.html:4 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]Array[10]
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"]
+[undefined × 1, 1, 2, 3, 4, undefined × 1, 6, 7, 8, 9, undefined × 1]Array[11]
+console-format-array-prototype.html:4 [1: 1, 2: 2, 3: 3, 4: 4, 6: 6, 7: 7, 8: 8, 9: 9, foo: "bar"]Array[11]
a10
-Array {}
-console-format-array-prototype.html:4 Array {}
+Array {}Array
+console-format-array-prototype.html:4 Array {}Array

Powered by Google App Engine
This is Rietveld 408576698