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

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

Issue 2717853002: DevTools: iterate on object preview style (Closed)
Patch Set: rebased 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
index aab4ba1f20481250de655c0204c7f6afcea7dbd1..db462126e43d3368e6b9f5bafd2c9f83e9a2bdd1 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
@@ -31,29 +31,29 @@ console-dir-es6.html:22 Map(1)
size: (...)
__proto__: Map
[[Entries]]: Array(1)
- 0: {Object => Object} {key: {…}, value: {…}}
+ 0: {Object => Object}
length: 1
console-dir-es6.html:22 WeakMap
__proto__: WeakMap
[[Entries]]: Array(1)
- 0: {Object => Object} {key: {…}, value: {…}}
+ 0: {Object => Object}
length: 1
console-dir-es6.html:26 Set(1)
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:26 WeakSet
__proto__: WeakSet
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:34 Set(1)
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: Set(1) {value: Set(1)}
+ 0: Set(1)
length: 1
console-dir-es6.html:37 WeakMap
__proto__: WeakMap
@@ -65,7 +65,7 @@ console-dir-es6.html:45 MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "keys"
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:46 MapIterator
__proto__: Map Iterator
@@ -73,7 +73,7 @@ console-dir-es6.html:46 MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:47 MapIterator
__proto__: Map Iterator
@@ -81,7 +81,7 @@ console-dir-es6.html:47 MapIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(1)
- 0: {Object => Object} {key: {…}, value: {…}}
+ 0: {Object => Object}
length: 1
console-dir-es6.html:45 SetIterator
__proto__: Set Iterator
@@ -89,7 +89,7 @@ console-dir-es6.html:45 SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:46 SetIterator
__proto__: Set Iterator
@@ -97,7 +97,7 @@ console-dir-es6.html:46 SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "values"
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:47 SetIterator
__proto__: Set Iterator
@@ -105,7 +105,7 @@ console-dir-es6.html:47 SetIterator
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(1)
- 0: {value: {…}}
+ 0: Object
length: 1
console-dir-es6.html:85 Array(27)
0: class
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/console/console-format-array-prototype-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698