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

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

Issue 2605693003: DevTools: introduce object previews experiment (Closed)
Patch Set: ac2 Created 3 years, 11 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 d81d15add0df25a24bfa7dd6de4fab184fcf485b..b65ba99051811fbe97f95a4808a894a70ff356ce 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,38 +16,38 @@ 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, Object}
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, Object}
+console-format-es6-2.html:11 MapIterator {42, Object}
console-format-es6-2.html:12 [MapIterator]
globals[1]
-MapIterator {42, Object {foo: 2}}
-console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]}
+MapIterator {42, Object}
+console-format-es6-2.html:11 MapIterator {Array(2), Array(2)}
console-format-es6-2.html:12 [MapIterator]
globals[2]
-MapIterator {[41, 42], [Object, Object]}
-console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
+MapIterator {Array(2), Array(2)}
+console-format-es6-2.html:11 SetIterator {41, Object}
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, Object}
+console-format-es6-2.html:11 SetIterator {41, Object}
console-format-es6-2.html:12 [SetIterator]
globals[4]
-SetIterator {41, Object {foo: 1}}
-console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]}
+SetIterator {41, Object}
+console-format-es6-2.html:11 SetIterator {Array(2), Array(2)}
console-format-es6-2.html:12 [SetIterator]
globals[5]
-SetIterator {[41, 41], [Object, Object]}
-console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
+SetIterator {Array(2), Array(2)}
+console-format-es6-2.html:11 MapIterator {Object}
console-format-es6-2.html:12 [MapIterator]
globals[6]
-MapIterator {Object {foo: 2}}
-console-format-es6-2.html:11 SetIterator {Object {foo: 1}}
+MapIterator {Object}
+console-format-es6-2.html:11 SetIterator {Object}
console-format-es6-2.html:12 [SetIterator]
globals[7]
-SetIterator {Object {foo: 1}}
+SetIterator {Object}
Expanded all messages
console-format-es6-2.html:11 MapIterator
__proto__: Map Iterator
@@ -55,11 +55,11 @@ console-format-es6-2.html:11 MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "keys"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:12 Array(1)
- 0: MapIterator
+ 0: MapIterator {41, Object}
length: 1
__proto__: Array(0)
globals[0]
@@ -69,8 +69,8 @@ MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "keys"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:11 MapIterator
__proto__: Map Iterator
@@ -78,11 +78,11 @@ console-format-es6-2.html:11 MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 42
- 1: Object
+ 0: 42 {value: 42}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:12 Array(1)
- 0: MapIterator
+ 0: MapIterator {42, Object}
length: 1
__proto__: Array(0)
globals[1]
@@ -92,8 +92,8 @@ MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 42
- 1: Object
+ 0: 42 {value: 42}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:11 MapIterator
__proto__: Map Iterator
@@ -101,11 +101,11 @@ console-format-es6-2.html:11 MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: Array(2) {value: Array(2)}
+ 1: Array(2) {value: Array(2)}
length: 2
console-format-es6-2.html:12 Array(1)
- 0: MapIterator
+ 0: MapIterator {Array(2), Array(2)}
length: 1
__proto__: Array(0)
globals[2]
@@ -115,8 +115,8 @@ MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: Array(2) {value: Array(2)}
+ 1: Array(2) {value: Array(2)}
length: 2
console-format-es6-2.html:11 SetIterator
__proto__: Set Iterator
@@ -124,11 +124,11 @@ console-format-es6-2.html:11 SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:12 Array(1)
- 0: SetIterator
+ 0: SetIterator {41, Object}
length: 1
__proto__: Array(0)
globals[3]
@@ -138,8 +138,8 @@ SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:11 SetIterator
__proto__: Set Iterator
@@ -147,11 +147,11 @@ console-format-es6-2.html:11 SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:12 Array(1)
- 0: SetIterator
+ 0: SetIterator {41, Object}
length: 1
__proto__: Array(0)
globals[4]
@@ -161,8 +161,8 @@ SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(2)
- 0: 41
- 1: Object
+ 0: 41 {value: 41}
+ 1: {value: Object}
length: 2
console-format-es6-2.html:11 SetIterator
__proto__: Set Iterator
@@ -170,11 +170,11 @@ console-format-es6-2.html:11 SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: Array(2) {value: Array(2)}
+ 1: Array(2) {value: Array(2)}
length: 2
console-format-es6-2.html:12 Array(1)
- 0: SetIterator
+ 0: SetIterator {Array(2), Array(2)}
length: 1
__proto__: Array(0)
globals[5]
@@ -184,8 +184,8 @@ SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: Array(2) {value: Array(2)}
+ 1: Array(2) {value: Array(2)}
length: 2
console-format-es6-2.html:11 MapIterator
__proto__: Map Iterator
@@ -193,10 +193,10 @@ console-format-es6-2.html:11 MapIterator
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: Object}
length: 1
console-format-es6-2.html:12 Array(1)
- 0: MapIterator
+ 0: MapIterator {Object}
length: 1
__proto__: Array(0)
globals[6]
@@ -206,7 +206,7 @@ MapIterator
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: Object}
length: 1
console-format-es6-2.html:11 SetIterator
__proto__: Set Iterator
@@ -214,10 +214,10 @@ console-format-es6-2.html:11 SetIterator
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: Object}
length: 1
console-format-es6-2.html:12 Array(1)
- 0: SetIterator
+ 0: SetIterator {Object}
length: 1
__proto__: Array(0)
globals[7]
@@ -227,6 +227,6 @@ SetIterator
[[IteratorIndex]]: 1
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: Object}
length: 1

Powered by Google App Engine
This is Rietveld 408576698