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

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

Issue 2120613002: DevTools: make arrays expandable by default in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tree-expand3
Patch Set: Rebase + conflict resolution 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
index 1e635de4e90f9568abb6a6c063bc04d5385f29af..e1c644684a900d13c8c6e247ffc681cdb7204d5f 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
@@ -305,6 +305,12 @@ console-format.html:8 [Array[10]]
__proto__: Array[0]
globals[21]
["test", "test2", undefined × 2, "test4", undefined × 5]
+ 0: "test"
+ 1: "test2"
+ 4: "test4"
+ foo: Object
+ length: 10
+ __proto__: Array[0]
console-format.html:7 Object {}
__proto__: Object
console-format.html:8 [Object]
@@ -323,7 +329,10 @@ console-format.html:8 [Array[1]]
length: 1
__proto__: Array[0]
globals[23]
-[anonymous()]
+[function]
+ 0: ()
+ length: 1
+ __proto__: Array[0]
console-format.html:7 Object {bar: "bar"}
bar: "bar"
__proto__: Object
@@ -471,6 +480,15 @@ console-format.html:8 [Uint16Array[3]]
__proto__: Array[0]
globals[34]
[1, 2, 3]
+ 0: 1
+ 1: 2
+ 2: 3
+ buffer: (...)
+ byteLength: (...)
+ byteOffset: (...)
+ length: (...)
+ Symbol(Symbol.toStringTag): (...)
+ __proto__: TypedArray
console-format.html:7 #text
console-format.html:8 [text]
0: text

Powered by Google App Engine
This is Rietveld 408576698