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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt

Issue 2596133002: Reland of DevTools: merge array formatting logic (Closed)
Patch Set: test 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,, 1 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,,
2 CONSOLE MESSAGE: line 27: %o 2 CONSOLE MESSAGE: line 27: %o
3 CONSOLE MESSAGE: line 28: %O 3 CONSOLE MESSAGE: line 28: %O
4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter 4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter
5 CONSOLE MESSAGE: line 30: %% self-escape1 5 CONSOLE MESSAGE: line 30: %% self-escape1
6 CONSOLE MESSAGE: line 31: %%s self-escape2 6 CONSOLE MESSAGE: line 31: %%s self-escape2
7 CONSOLE MESSAGE: line 32: %%ss self-escape3 7 CONSOLE MESSAGE: line 32: %%ss self-escape3
8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4 8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4
9 CONSOLE MESSAGE: line 34: %%%%% self-escape5 9 CONSOLE MESSAGE: line 34: %%%%% self-escape5
10 CONSOLE MESSAGE: line 35: %%%s self-escape6 10 CONSOLE MESSAGE: line 35: %%%s self-escape6
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 CONSOLE MESSAGE: line 12: [object Text] 89 CONSOLE MESSAGE: line 12: [object Text]
90 CONSOLE MESSAGE: line 13: [object Text] 90 CONSOLE MESSAGE: line 13: [object Text]
91 CONSOLE MESSAGE: line 12: [object DOMException] 91 CONSOLE MESSAGE: line 12: [object DOMException]
92 CONSOLE MESSAGE: line 13: [object DOMException] 92 CONSOLE MESSAGE: line 13: [object DOMException]
93 CONSOLE MESSAGE: line 12: [object Uint8Array] 93 CONSOLE MESSAGE: line 12: [object Uint8Array]
94 CONSOLE MESSAGE: line 13: [object Uint8Array] 94 CONSOLE MESSAGE: line 13: [object Uint8Array]
95 CONSOLE MESSAGE: line 12: [object Uint8Array] 95 CONSOLE MESSAGE: line 12: [object Uint8Array]
96 CONSOLE MESSAGE: line 13: [object Uint8Array] 96 CONSOLE MESSAGE: line 13: [object Uint8Array]
97 CONSOLE MESSAGE: line 12: [object Object] 97 CONSOLE MESSAGE: line 12: [object Object]
98 CONSOLE MESSAGE: line 13: [object Object] 98 CONSOLE MESSAGE: line 13: [object Object]
99 CONSOLE MESSAGE: line 12: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1
100 CONSOLE MESSAGE: line 13: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1
99 Tests that console logging dumps proper messages. 101 Tests that console logging dumps proper messages.
100 102
101 console-format.html:21 Array(10) 103 console-format.html:21 Array(10)
102 console-format.html:22 Array(10) 104 console-format.html:22 Array(10)
103 console-format.html:23 Array(10) 105 console-format.html:23 Array(10)
104 console-format.html:24 Test for zero "0" in formatter 106 console-format.html:24 Test for zero "0" in formatter
105 console-format.html:25 % self-escape1 dummy 107 console-format.html:25 % self-escape1 dummy
106 console-format.html:26 %s self-escape2 dummy 108 console-format.html:26 %s self-escape2 dummy
107 console-format.html:27 %ss self-escape3 dummy 109 console-format.html:27 %ss self-escape3 dummy
108 console-format.html:28 %sdummy%s self-escape4 110 console-format.html:28 %sdummy%s self-escape4
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 globals[18] 201 globals[18]
200 NaN 202 NaN
201 console-format.html:7 Infinity 203 console-format.html:7 Infinity
202 console-format.html:8 [Infinity] 204 console-format.html:8 [Infinity]
203 globals[19] 205 globals[19]
204 Infinity 206 Infinity
205 console-format.html:7 -Infinity 207 console-format.html:7 -Infinity
206 console-format.html:8 [-Infinity] 208 console-format.html:8 [-Infinity]
207 globals[20] 209 globals[20]
208 -Infinity 210 -Infinity
209 console-format.html:7 ["test", "test2", 4: "test4", foo: Object] 211 console-format.html:7 ["test", "test2", undefined × 2, "test4", undefined × 5, f oo: Object]
210 console-format.html:8 [Array(10)] 212 console-format.html:8 [Array(10)]
211 globals[21] 213 globals[21]
212 ["test", "test2", undefined × 2, "test4", undefined × 5] 214 ["test", "test2", undefined × 2, "test4", undefined × 5, foo: Object]
213 console-format.html:7 Object {} 215 console-format.html:7 Object {}
214 console-format.html:8 [Object] 216 console-format.html:8 [Object]
215 globals[22] 217 globals[22]
216 Object {} 218 Object {}
217 console-format.html:7 [function] 219 console-format.html:7 [function]
218 console-format.html:8 [Array(1)] 220 console-format.html:8 [Array(1)]
219 globals[23] 221 globals[23]
220 [function] 222 [function]
221 console-format.html:7 Object {bar: "bar"} 223 console-format.html:7 Object {bar: "bar"}
222 console-format.html:8 [Object] 224 console-format.html:8 [Object]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 console-format.html:8 [text] 271 console-format.html:8 [text]
270 globals[35] 272 globals[35]
271 #text 273 #text
272 console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': T he node to be removed is not a child of this node. 274 console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': T he node to be removed is not a child of this node.
273 console-format.html:8 [DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…] 275 console-format.html:8 [DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…]
274 globals[36] 276 globals[36]
275 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. 277 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
276 console-format.html:7 Uint8Array(400) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] 278 console-format.html:7 Uint8Array(400) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
277 console-format.html:8 [Uint8Array(400)] 279 console-format.html:8 [Uint8Array(400)]
278 globals[37] 280 globals[37]
279 Uint8Array(400) 281 Uint8Array(400) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
280 console-format.html:7 Uint8Array(400000000) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] 282 console-format.html:7 Uint8Array(400000000) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
281 console-format.html:8 [Uint8Array(400000000)] 283 console-format.html:8 [Uint8Array(400000000)]
282 globals[38] 284 globals[38]
283 Uint8Array(400000000) 285 Uint8Array(400000000) [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
284 console-format.html:7 namespace.longSubNamespace.x.className {} 286 console-format.html:7 namespace.longSubNamespace.x.className {}
285 console-format.html:8 [n…e.l…e.x.className] 287 console-format.html:8 [n…e.l…e.x.className]
286 globals[39] 288 globals[39]
287 namespace.longSubNamespace.x.className {} 289 namespace.longSubNamespace.x.className {}
290 console-format.html:7 [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 , 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…]
291 console-format.html:8 [Array(200)]
292 globals[40]
293 [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 , 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1…]
288 Expanded all messages 294 Expanded all messages
289 console-format.html:21 Array(10) 295 console-format.html:21 Array(10)
290 0: "test" 296 0: "test"
291 1: "test2" 297 1: "test2"
292 4: "test4" 298 4: "test4"
293 foo: Object 299 foo: Object
294 length: 10 300 length: 10
295 __proto__: Array(0) 301 __proto__: Array(0)
296 console-format.html:22 Array(10) 302 console-format.html:22 Array(10)
297 0: "test" 303 0: "test"
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 __proto__: TypedArray 741 __proto__: TypedArray
736 console-format.html:7 namespace.longSubNamespace.x.className 742 console-format.html:7 namespace.longSubNamespace.x.className
737 __proto__: Object 743 __proto__: Object
738 console-format.html:8 Array(1) 744 console-format.html:8 Array(1)
739 0: namespace.longSubNamespace.x.className 745 0: namespace.longSubNamespace.x.className
740 length: 1 746 length: 1
741 __proto__: Array(0) 747 __proto__: Array(0)
742 globals[39] 748 globals[39]
743 namespace.longSubNamespace.x.className 749 namespace.longSubNamespace.x.className
744 __proto__: Object 750 __proto__: Object
751 console-format.html:7 Array(200)
752 [0 … 99]
753 [100 … 199]
754 length: 200
755 __proto__: Array(0)
756 console-format.html:8 Array(1)
757 0: Array(200)
758 length: 1
759 __proto__: Array(0)
760 globals[40]
761 Array(200)
762 [0 … 99]
763 [100 … 199]
764 length: 200
765 __proto__: Array(0)
745 766
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698