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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-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-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 db462126e43d3368e6b9f5bafd2c9f83e9a2bdd1..aab4ba1f20481250de655c0204c7f6afcea7dbd1 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}
+ 0: {Object => Object} {key: {…}, value: {…}}
length: 1
console-dir-es6.html:22 WeakMap
__proto__: WeakMap
[[Entries]]: Array(1)
- 0: {Object => Object}
+ 0: {Object => Object} {key: {…}, value: {…}}
length: 1
console-dir-es6.html:26 Set(1)
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
console-dir-es6.html:26 WeakSet
__proto__: WeakSet
[[Entries]]: Array(1)
- 0: Object
+ 0: {value: {…}}
length: 1
console-dir-es6.html:34 Set(1)
size: (...)
__proto__: Set
[[Entries]]: Array(1)
- 0: Set(1)
+ 0: Set(1) {value: 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: Object
+ 0: {value: {…}}
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: Object
+ 0: {value: {…}}
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}
+ 0: {Object => Object} {key: {…}, value: {…}}
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: Object
+ 0: {value: {…}}
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: Object
+ 0: {value: {…}}
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: Object
+ 0: {value: {…}}
length: 1
console-dir-es6.html:85 Array(27)
0: class

Powered by Google App Engine
This is Rietveld 408576698