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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-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-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt
index ba31bf50ece55d4f9ec441d0ba522f147170d5ef..9bbc505fd332292d70af29aef706813e5284568a 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt
@@ -16,217 +16,217 @@ CONSOLE MESSAGE: line 11: [object Set Iterator]
CONSOLE MESSAGE: line 12: [object Set Iterator]
Tests that console properly displays information about ES6 features.
-console-format-es6-2.html:11 MapIterator {41, Object {foo: 1}}
+console-format-es6-2.html:11 MapIterator {41, {…}}
console-format-es6-2.html:12 [MapIterator]
globals[0]
-MapIterator {41, Object {foo: 1}}
-console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}}
+MapIterator {41, {…}}
+console-format-es6-2.html:11 MapIterator {42, {…}}
console-format-es6-2.html:12 [MapIterator]
globals[1]
-MapIterator {42, Object {foo: 2}}
-console-format-es6-2.html:11 MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
+MapIterator {42, {…}}
+console-format-es6-2.html:11 MapIterator {41 => 42, {…} => {…}}
console-format-es6-2.html:12 [MapIterator]
globals[2]
-MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+MapIterator {41 => 42, {…} => {…}}
+console-format-es6-2.html:11 SetIterator {41, {…}}
console-format-es6-2.html:12 [SetIterator]
globals[3]
-SetIterator {41, Object {foo: 1}}
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+SetIterator {41, {…}}
+console-format-es6-2.html:11 SetIterator {41, {…}}
console-format-es6-2.html:12 [SetIterator]
globals[4]
-SetIterator {41, Object {foo: 1}}
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+SetIterator {41, {…}}
+console-format-es6-2.html:11 SetIterator {41, {…}}
console-format-es6-2.html:12 [SetIterator]
globals[5]
-SetIterator {41, Object {foo: 1}}
-console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
+SetIterator {41, {…}}
+console-format-es6-2.html:11 MapIterator {{…}}
console-format-es6-2.html:12 [MapIterator]
globals[6]
-MapIterator {Object {foo: 2}}
-console-format-es6-2.html:11 SetIterator {Object {foo: 1}}
+MapIterator {{…}}
+console-format-es6-2.html:11 SetIterator {{…}}
console-format-es6-2.html:12 [SetIterator]
globals[7]
-SetIterator {Object {foo: 1}}
+SetIterator {{…}}
Expanded all messages
-console-format-es6-2.html:11 MapIterator {41, Object {foo: 1}}
+console-format-es6-2.html:11 MapIterator {41, {…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "keys"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
console-format-es6-2.html:12 [MapIterator]
- 0: MapIterator
+ 0: MapIterator {41, {…}}
length: 1
__proto__: Array(0)
globals[0]
-MapIterator {41, Object {foo: 1}}
+MapIterator {41, {…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "keys"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
-console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}}
+console-format-es6-2.html:11 MapIterator {42, {…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 42
- 1: Object
+ 0: 42 {value: 42}
+ 1: {value: {…}}
length: 2
console-format-es6-2.html:12 [MapIterator]
- 0: MapIterator
+ 0: MapIterator {42, {…}}
length: 1
__proto__: Array(0)
globals[1]
-MapIterator {42, Object {foo: 2}}
+MapIterator {42, {…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 42
- 1: Object
+ 0: 42 {value: 42}
+ 1: {value: {…}}
length: 2
-console-format-es6-2.html:11 MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
+console-format-es6-2.html:11 MapIterator {41 => 42, {…} => {…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: {41 => 42}
- 1: {Object => Object}
+ 0: {41 => 42} {key: 41, value: 42}
+ 1: {Object => Object} {key: {…}, value: {…}}
length: 2
console-format-es6-2.html:12 [MapIterator]
- 0: MapIterator
+ 0: MapIterator {41 => 42, {…} => {…}}
length: 1
__proto__: Array(0)
globals[2]
-MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
+MapIterator {41 => 42, {…} => {…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: {41 => 42}
- 1: {Object => Object}
+ 0: {41 => 42} {key: 41, value: 42}
+ 1: {Object => Object} {key: {…}, value: {…}}
length: 2
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+console-format-es6-2.html:11 SetIterator {41, {…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
console-format-es6-2.html:12 [SetIterator]
- 0: SetIterator
+ 0: SetIterator {41, {…}}
length: 1
__proto__: Array(0)
globals[3]
-SetIterator {41, Object {foo: 1}}
+SetIterator {41, {…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+console-format-es6-2.html:11 SetIterator {41, {…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
console-format-es6-2.html:12 [SetIterator]
- 0: SetIterator
+ 0: SetIterator {41, {…}}
length: 1
__proto__: Array(0)
globals[4]
-SetIterator {41, Object {foo: 1}}
+SetIterator {41, {…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+console-format-es6-2.html:11 SetIterator {41, {…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
console-format-es6-2.html:12 [SetIterator]
- 0: SetIterator
+ 0: SetIterator {41, {…}}
length: 1
__proto__: Array(0)
globals[5]
-SetIterator {41, Object {foo: 1}}
+SetIterator {41, {…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: {…}}
length: 2
-console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
+console-format-es6-2.html:11 MapIterator {{…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
console-format-es6-2.html:12 [MapIterator]
- 0: MapIterator
+ 0: MapIterator {{…}}
length: 1
__proto__: Array(0)
globals[6]
-MapIterator {Object {foo: 2}}
+MapIterator {{…}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
-console-format-es6-2.html:11 SetIterator {Object {foo: 1}}
+console-format-es6-2.html:11 SetIterator {{…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
console-format-es6-2.html:12 [SetIterator]
- 0: SetIterator
+ 0: SetIterator {{…}}
length: 1
__proto__: Array(0)
globals[7]
-SetIterator {Object {foo: 1}}
+SetIterator {{…}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1

Powered by Google App Engine
This is Rietveld 408576698