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

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

Issue 2674143003: [DevTools] disabled console-dir-es6.html and console-format-es6-2.html (Closed)
Patch Set: better results Created 3 years, 10 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 | « third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63a2d35e14819ec8c01d001fee3094b6a0d6662c..ba31bf50ece55d4f9ec441d0ba522f147170d5ef 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
@@ -24,10 +24,10 @@ console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}}
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]}
+console-format-es6-2.html:11 MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
console-format-es6-2.html:12 [MapIterator]
globals[2]
-MapIterator {[41, 42], [Object, Object]}
+MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
console-format-es6-2.html:12 [SetIterator]
globals[3]
@@ -36,10 +36,10 @@ console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
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]}
+console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
console-format-es6-2.html:12 [SetIterator]
globals[5]
-SetIterator {[41, 41], [Object, Object]}
+SetIterator {41, Object {foo: 1}}
console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
console-format-es6-2.html:12 [MapIterator]
globals[6]
@@ -95,28 +95,28 @@ MapIterator {42, Object {foo: 2}}
0: 42
1: Object
length: 2
-console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]}
+console-format-es6-2.html:11 MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: {41 => 42}
+ 1: {Object => Object}
length: 2
console-format-es6-2.html:12 [MapIterator]
0: MapIterator
length: 1
__proto__: Array(0)
globals[2]
-MapIterator {[41, 42], [Object, Object]}
+MapIterator {41 => 42, Object {foo: 1} => Object {foo: 2}}
__proto__: Map Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: {41 => 42}
+ 1: {Object => Object}
length: 2
console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
__proto__: Set Iterator
@@ -164,28 +164,28 @@ SetIterator {41, Object {foo: 1}}
0: 41
1: Object
length: 2
-console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]}
+console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: 41
+ 1: Object
length: 2
console-format-es6-2.html:12 [SetIterator]
0: SetIterator
length: 1
__proto__: Array(0)
globals[5]
-SetIterator {[41, 41], [Object, Object]}
+SetIterator {41, Object {foo: 1}}
__proto__: Set Iterator
[[IteratorHasMore]]: true
[[IteratorIndex]]: 0
[[IteratorKind]]: "entries"
[[Entries]]: Array(2)
- 0: Array(2)
- 1: Array(2)
+ 0: 41
+ 1: Object
length: 2
console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
__proto__: Map Iterator
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698