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

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

Issue 2881053003: DevTools: enable object previews experiment by default (Closed)
Patch Set: fix extension sidebar test Created 3 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 b1e7393baf5b6add19907cc2d2a1dedc1b2b5b05..6e9d48dd39c38f002a128dfd8d6dfea1e481bf41 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
@@ -40,46 +40,46 @@ console-format-es6.html:11 Symbol(a)
console-format-es6.html:12 [Symbol(a)]
globals[2]
Symbol(a)
-console-format-es6.html:11 Object {a: Symbol(), Symbol(a): 2}
+console-format-es6.html:11 {a: Symbol(), Symbol(a): 2}
console-format-es6.html:12 [{…}]
globals[3]
-Object {a: Symbol(), Symbol(a): 2}
-console-format-es6.html:11 Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
+{a: Symbol(), Symbol(a): 2}
+console-format-es6.html:11 Map(1) {{…} => {…}}
console-format-es6.html:12 [Map(1)]
globals[4]
-Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
-console-format-es6.html:11 WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
+Map(1) {{…} => {…}}
+console-format-es6.html:11 WeakMap {{…} => {…}}
console-format-es6.html:12 [WeakMap]
globals[5]
-WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
-console-format-es6.html:11 Set(1) {Object {a: Symbol(), Symbol(a): 2}}
+WeakMap {{…} => {…}}
+console-format-es6.html:11 Set(1) {{…}}
console-format-es6.html:12 [Set(1)]
globals[6]
-Set(1) {Object {a: Symbol(), Symbol(a): 2}}
-console-format-es6.html:11 WeakSet {Object {a: Symbol(), Symbol(a): 2}}
+Set(1) {{…}}
+console-format-es6.html:11 WeakSet {{…}}
console-format-es6.html:12 [WeakSet]
globals[7]
-WeakSet {Object {a: Symbol(), Symbol(a): 2}}
-console-format-es6.html:11 Map(1) {Map(0) {} => WeakMap {}}
+WeakSet {{…}}
+console-format-es6.html:11 Map(1) {Map(0) => WeakMap}
console-format-es6.html:12 [Map(1)]
globals[8]
-Map(1) {Map(0) {} => WeakMap {}}
-console-format-es6.html:11 Map(1) {Map(1) {…} => WeakMap {…}}
+Map(1) {Map(0) => WeakMap}
+console-format-es6.html:11 Map(1) {Map(1) => WeakMap}
console-format-es6.html:12 [Map(1)]
globals[9]
-Map(1) {Map(1) {…} => WeakMap {…}}
-console-format-es6.html:11 Set(1) {WeakSet {}}
+Map(1) {Map(1) => WeakMap}
+console-format-es6.html:11 Set(1) {WeakSet}
console-format-es6.html:12 [Set(1)]
globals[10]
-Set(1) {WeakSet {}}
-console-format-es6.html:11 Set(1) {WeakSet {…}}
+Set(1) {WeakSet}
+console-format-es6.html:11 Set(1) {WeakSet}
console-format-es6.html:12 [Set(1)]
globals[11]
-Set(1) {WeakSet {…}}
-console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
+Set(1) {WeakSet}
+console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, {…} => {…}…}
console-format-es6.html:12 [Map(6)]
globals[12]
-Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
+Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, {…} => {…}…}
console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
console-format-es6.html:12 [genFunction]
globals[13]
@@ -90,7 +90,7 @@ console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu
[[PromiseStatus]]: "rejected"
[[PromiseValue]]: -0
console-format-es6.html:12 [Promise]
- 0: Promise
+ 0: Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
length: 1
__proto__: Array(0)
globals[0]
@@ -112,181 +112,181 @@ console-format-es6.html:12 [Symbol(a)]
__proto__: Array(0)
globals[2]
Symbol(a)
-console-format-es6.html:11 Object {a: Symbol(), Symbol(a): 2}
+console-format-es6.html:11 {a: Symbol(), Symbol(a): 2}
a: Symbol()
getter: (...)
Symbol(a): 2
get getter: ƒ getter()
__proto__: Object
console-format-es6.html:12 [{…}]
- 0: Object
+ 0: {a: Symbol(), Symbol(a): 2}
length: 1
__proto__: Array(0)
globals[3]
-Object {a: Symbol(), Symbol(a): 2}
+{a: Symbol(), Symbol(a): 2}
a: Symbol()
getter: (...)
Symbol(a): 2
get getter: ƒ getter()
__proto__: Object
-console-format-es6.html:11 Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
+console-format-es6.html:11 Map(1) {{…} => {…}}
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Object => Object}
+ 0: {Object => Object} {key: {…}, value: {…}}
length: 1
console-format-es6.html:12 [Map(1)]
- 0: Map(1)
+ 0: Map(1) {{…} => {…}}
length: 1
__proto__: Array(0)
globals[4]
-Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
+Map(1) {{…} => {…}}
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Object => Object}
+ 0: {Object => Object} {key: {…}, value: {…}}
length: 1
-console-format-es6.html:11 WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
+console-format-es6.html:11 WeakMap {{…} => {…}}
__proto__: WeakMap
[[Entries]]: Array(1)
- 0: {Object => Object}
+ 0: {Object => Object} {key: {…}, value: {…}}
length: 1
console-format-es6.html:12 [WeakMap]
- 0: WeakMap
+ 0: WeakMap {{…} => {…}}
length: 1
__proto__: Array(0)
globals[5]
-WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
+WeakMap {{…} => {…}}
__proto__: WeakMap
[[Entries]]: Array(1)
- 0: {Object => Object}
+ 0: {Object => Object} {key: {…}, value: {…}}
length: 1
-console-format-es6.html:11 Set(1) {Object {a: Symbol(), Symbol(a): 2}}
+console-format-es6.html:11 Set(1) {{…}}
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
console-format-es6.html:12 [Set(1)]
- 0: Set(1)
+ 0: Set(1) {{…}}
length: 1
__proto__: Array(0)
globals[6]
-Set(1) {Object {a: Symbol(), Symbol(a): 2}}
+Set(1) {{…}}
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
-console-format-es6.html:11 WeakSet {Object {a: Symbol(), Symbol(a): 2}}
+console-format-es6.html:11 WeakSet {{…}}
__proto__: WeakSet
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
console-format-es6.html:12 [WeakSet]
- 0: WeakSet
+ 0: WeakSet {{…}}
length: 1
__proto__: Array(0)
globals[7]
-WeakSet {Object {a: Symbol(), Symbol(a): 2}}
+WeakSet {{…}}
__proto__: WeakSet
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
-console-format-es6.html:11 Map(1) {Map(0) {} => WeakMap {}}
+console-format-es6.html:11 Map(1) {Map(0) => WeakMap}
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Map(0) => WeakMap}
+ 0: {Map(0) => WeakMap} {key: Map(0), value: WeakMap}
length: 1
console-format-es6.html:12 [Map(1)]
- 0: Map(1)
+ 0: Map(1) {Map(0) => WeakMap}
length: 1
__proto__: Array(0)
globals[8]
-Map(1) {Map(0) {} => WeakMap {}}
+Map(1) {Map(0) => WeakMap}
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Map(0) => WeakMap}
+ 0: {Map(0) => WeakMap} {key: Map(0), value: WeakMap}
length: 1
-console-format-es6.html:11 Map(1) {Map(1) {…} => WeakMap {…}}
+console-format-es6.html:11 Map(1) {Map(1) => WeakMap}
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Map(1) => WeakMap}
+ 0: {Map(1) => WeakMap} {key: Map(1), value: WeakMap}
length: 1
console-format-es6.html:12 [Map(1)]
- 0: Map(1)
+ 0: Map(1) {Map(1) => WeakMap}
length: 1
__proto__: Array(0)
globals[9]
-Map(1) {Map(1) {…} => WeakMap {…}}
+Map(1) {Map(1) => WeakMap}
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Map(1) => WeakMap}
+ 0: {Map(1) => WeakMap} {key: Map(1), value: WeakMap}
length: 1
-console-format-es6.html:11 Set(1) {WeakSet {}}
+console-format-es6.html:11 Set(1) {WeakSet}
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: WeakSet
+ 0: WeakSet {value: WeakSet}
length: 1
console-format-es6.html:12 [Set(1)]
- 0: Set(1)
+ 0: Set(1) {WeakSet}
length: 1
__proto__: Array(0)
globals[10]
-Set(1) {WeakSet {}}
+Set(1) {WeakSet}
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: WeakSet
+ 0: WeakSet {value: WeakSet}
length: 1
-console-format-es6.html:11 Set(1) {WeakSet {…}}
+console-format-es6.html:11 Set(1) {WeakSet}
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: WeakSet
+ 0: WeakSet {value: WeakSet}
length: 1
console-format-es6.html:12 [Set(1)]
- 0: Set(1)
+ 0: Set(1) {WeakSet}
length: 1
__proto__: Array(0)
globals[11]
-Set(1) {WeakSet {…}}
+Set(1) {WeakSet}
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: WeakSet
+ 0: WeakSet {value: WeakSet}
length: 1
-console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
+console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, {…} => {…}…}
size: (...)
__proto__: Map
[[Entries]]: Array(6)
- 0: {" from str " => " to str "}
- 1: {undefined => undefined}
- 2: {null => null}
- 3: {42 => 42}
- 4: {Object => Object}
- 5: {Array(1) => Array(1)}
+ 0: {" from str " => " to str "} {key: " from str ", value: " to str "}
+ 1: {undefined => undefined} {key: undefined, value: undefined}
+ 2: {null => null} {key: null, value: null}
+ 3: {42 => 42} {key: 42, value: 42}
+ 4: {Object => Object} {key: {…}, value: {…}}
+ 5: {Array(1) => Array(1)} {key: Array(1), value: Array(1)}
length: 6
console-format-es6.html:12 [Map(6)]
- 0: Map(6)
+ 0: Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, {…} => {…}…}
length: 1
__proto__: Array(0)
globals[12]
-Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
+Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, {…} => {…}…}
size: (...)
__proto__: Map
[[Entries]]: Array(6)
- 0: {" from str " => " to str "}
- 1: {undefined => undefined}
- 2: {null => null}
- 3: {42 => 42}
- 4: {Object => Object}
- 5: {Array(1) => Array(1)}
+ 0: {" from str " => " to str "} {key: " from str ", value: " to str "}
+ 1: {undefined => undefined} {key: undefined, value: undefined}
+ 2: {null => null} {key: null, value: null}
+ 3: {42 => 42} {key: 42, value: 42}
+ 4: {Object => Object} {key: {…}, value: {…}}
+ 5: {Array(1) => Array(1)} {key: Array(1), value: Array(1)}
length: 6
console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
__proto__: Generator
@@ -296,7 +296,7 @@ console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
[[GeneratorLocation]]: console-format-es6.html:56
[[Scopes]]: Scopes[2]
console-format-es6.html:12 [genFunction]
- 0: genFunction
+ 0: genFunction {[[GeneratorStatus]]: "suspended"}
length: 1
__proto__: Array(0)
globals[13]

Powered by Google App Engine
This is Rietveld 408576698