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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 15: [object Object] 1 CONSOLE MESSAGE: line 15: [object Object]
2 CONSOLE MESSAGE: line 18: Symbol() 2 CONSOLE MESSAGE: line 18: Symbol()
3 CONSOLE MESSAGE: line 22: [object Map] 3 CONSOLE MESSAGE: line 22: [object Map]
4 CONSOLE MESSAGE: line 22: [object WeakMap] 4 CONSOLE MESSAGE: line 22: [object WeakMap]
5 CONSOLE MESSAGE: line 26: [object Set] 5 CONSOLE MESSAGE: line 26: [object Set]
6 CONSOLE MESSAGE: line 26: [object WeakSet] 6 CONSOLE MESSAGE: line 26: [object WeakSet]
7 CONSOLE MESSAGE: line 34: [object Set] 7 CONSOLE MESSAGE: line 34: [object Set]
8 CONSOLE MESSAGE: line 37: [object WeakMap] 8 CONSOLE MESSAGE: line 37: [object WeakMap]
9 CONSOLE MESSAGE: line 45: [object Map Iterator] 9 CONSOLE MESSAGE: line 45: [object Map Iterator]
10 CONSOLE MESSAGE: line 46: [object Map Iterator] 10 CONSOLE MESSAGE: line 46: [object Map Iterator]
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 [[IteratorKind]]: "values" 74 [[IteratorKind]]: "values"
75 [[Entries]]: Array(1) 75 [[Entries]]: Array(1)
76 0: Object 76 0: Object
77 length: 1 77 length: 1
78 console-dir-es6.html:47 MapIterator 78 console-dir-es6.html:47 MapIterator
79 __proto__: Map Iterator 79 __proto__: Map Iterator
80 [[IteratorHasMore]]: true 80 [[IteratorHasMore]]: true
81 [[IteratorIndex]]: 0 81 [[IteratorIndex]]: 0
82 [[IteratorKind]]: "entries" 82 [[IteratorKind]]: "entries"
83 [[Entries]]: Array(1) 83 [[Entries]]: Array(1)
84 0: Array(2) 84 0: {Object => Object}
85 length: 1 85 length: 1
86 console-dir-es6.html:45 SetIterator 86 console-dir-es6.html:45 SetIterator
87 __proto__: Set Iterator 87 __proto__: Set Iterator
88 [[IteratorHasMore]]: true 88 [[IteratorHasMore]]: true
89 [[IteratorIndex]]: 0 89 [[IteratorIndex]]: 0
90 [[IteratorKind]]: "values" 90 [[IteratorKind]]: "values"
91 [[Entries]]: Array(1) 91 [[Entries]]: Array(1)
92 0: Object 92 0: Object
93 length: 1 93 length: 1
94 console-dir-es6.html:46 SetIterator 94 console-dir-es6.html:46 SetIterator
95 __proto__: Set Iterator 95 __proto__: Set Iterator
96 [[IteratorHasMore]]: true 96 [[IteratorHasMore]]: true
97 [[IteratorIndex]]: 0 97 [[IteratorIndex]]: 0
98 [[IteratorKind]]: "values" 98 [[IteratorKind]]: "values"
99 [[Entries]]: Array(1) 99 [[Entries]]: Array(1)
100 0: Object 100 0: Object
101 length: 1 101 length: 1
102 console-dir-es6.html:47 SetIterator 102 console-dir-es6.html:47 SetIterator
103 __proto__: Set Iterator 103 __proto__: Set Iterator
104 [[IteratorHasMore]]: true 104 [[IteratorHasMore]]: true
105 [[IteratorIndex]]: 0 105 [[IteratorIndex]]: 0
106 [[IteratorKind]]: "entries" 106 [[IteratorKind]]: "entries"
107 [[Entries]]: Array(1) 107 [[Entries]]: Array(1)
108 0: Array(2) 108 0: Object
109 length: 1 109 length: 1
110 console-dir-es6.html:85 Array(27) 110 console-dir-es6.html:85 Array(27)
111 0: class 111 0: class
112 1: class classWithWhitespace 112 1: class classWithWhitespace
113 2: class FooClass 113 2: class FooClass
114 3: function jump(x) 114 3: function jump(x)
115 4: class BarClass 115 4: class BarClass
116 5: class BarClass2 116 5: class BarClass2
117 6: class BarClass3 117 6: class BarClass3
118 7: _ => { return 1 } 118 7: _ => { return 1 }
(...skipping 19 matching lines...) Expand all
138 length: 27 138 length: 27
139 __proto__: Array(0) 139 __proto__: Array(0)
140 console-dir-es6.html:93 Array(4) 140 console-dir-es6.html:93 Array(4)
141 0: badArrow(x = a => {…} 141 0: badArrow(x = a => {…}
142 1: function (a = ") 142 1: function (a = ")
143 2: function (a = function() 143 2: function (a = function()
144 3: function (a = class{ constructor() 144 3: function (a = class{ constructor()
145 length: 4 145 length: 4
146 __proto__: Array(0) 146 __proto__: Array(0)
147 147
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698