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

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

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing return Created 4 years, 7 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-es6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
index 05b5249728fdfa2f73478d77a9bdb09f95e88604..182ae3f425ba61039e21791154e41078bb026480 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
@@ -27,12 +27,18 @@ CONSOLE MESSAGE: line 12: [object Map]
Tests that console properly displays information about ES6 features.
console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
+ __proto__: Promise
+ [[PromiseStatus]]: "rejected"
+ [[PromiseValue]]: -0
console-format-es6.html:12 [Promise]
0: Promise
length: 1
__proto__: Array[0]
globals[0]
Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
+ __proto__: Promise
+ [[PromiseStatus]]: "rejected"
+ [[PromiseValue]]: -0
console-format-es6.html:11 Symbol()
console-format-es6.html:12 [Symbol()]
0: Symbol()
@@ -121,12 +127,20 @@ WeakSet {Object {a: Symbol(), Symbol(a): 2}}
<entries>[1]
0: Object
console-format-es6.html:11 Map {Map {} => WeakMap {}}
+ size: (...)
+ __proto__: Map
+ <entries>[1]
+ 0: {Map => WeakMap}
console-format-es6.html:12 [Map]
0: Map
length: 1
__proto__: Array[0]
globals[8]
Map {Map {} => WeakMap {}}
+ size: (...)
+ __proto__: Map
+ <entries>[1]
+ 0: {Map => WeakMap}
console-format-es6.html:11 Map {Map {…} => WeakMap {…}}
size: (...)
__proto__: Map
@@ -143,12 +157,20 @@ Map {Map {…} => WeakMap {…}}
<entries>[1]
0: {Map => WeakMap}
console-format-es6.html:11 Set {WeakSet {}}
+ size: (...)
+ __proto__: Set
+ <entries>[1]
+ 0: WeakSet
console-format-es6.html:12 [Set]
0: Set
length: 1
__proto__: Array[0]
globals[10]
Set {WeakSet {}}
+ size: (...)
+ __proto__: Set
+ <entries>[1]
+ 0: WeakSet
console-format-es6.html:11 Set {WeakSet {…}}
size: (...)
__proto__: Set
@@ -165,10 +187,26 @@ Set {WeakSet {…}}
<entries>[1]
0: WeakSet
console-format-es6.html:11 Map {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
+ size: (...)
+ __proto__: Map
+ <entries>[5]
+ 0: {" from str " => " to str "}
+ 1: {undefined => undefined}
+ 2: {null => null}
+ 3: {42 => 42}
+ 4: {Object => Object}
console-format-es6.html:12 [Map]
0: Map
length: 1
__proto__: Array[0]
globals[12]
Map {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
+ size: (...)
+ __proto__: Map
+ <entries>[5]
+ 0: {" from str " => " to str "}
+ 1: {undefined => undefined}
+ 2: {null => null}
+ 3: {42 => 42}
+ 4: {Object => Object}

Powered by Google App Engine
This is Rietveld 408576698