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

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

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing return Created 4 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 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f] {1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i 133 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f] {1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
134 console-format.html:7 /foo\\bar\sbaz/i 134 console-format.html:7 /foo\\bar\sbaz/i
135 console-format.html:8 [/foo\\bar\sbaz/i] 135 console-format.html:8 [/foo\\bar\sbaz/i]
136 0: /foo\\bar\sbaz/i 136 0: /foo\\bar\sbaz/i
137 length: 1 137 length: 1
138 __proto__: Array[0] 138 __proto__: Array[0]
139 globals[1] 139 globals[1]
140 /foo\\bar\sbaz/i 140 /foo\\bar\sbaz/i
141 console-format.html:7 test 141 console-format.html:7 test
142 console-format.html:8 ["test"] 142 console-format.html:8 ["test"]
143 0: "test"
144 length: 1
145 __proto__: Array[0]
143 globals[2] 146 globals[2]
144 "test" 147 "test"
145 console-format.html:7 test named "test" 148 console-format.html:7 test named "test"
146 console-format.html:8 ["test named "test""] 149 console-format.html:8 ["test named "test""]
150 0: "test named "test""
151 length: 1
152 __proto__: Array[0]
147 globals[3] 153 globals[3]
148 "test named "test"" 154 "test named "test""
149 console-format.html:7 Error 155 console-format.html:7 Error
150 console-format.html:8 [Error 156 console-format.html:8 [Error
151 ] 157 ]
152 0: Error 158 0: Error
153 length: 1 159 length: 1
154 __proto__: Array[0] 160 __proto__: Array[0]
155 globals[4] 161 globals[4]
156 Error 162 Error
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 console-format.html:8 [function] 201 console-format.html:8 [function]
196 0: () 202 0: ()
197 length: 1 203 length: 1
198 __proto__: Array[0] 204 __proto__: Array[0]
199 globals[9] 205 globals[9]
200 () { 206 () {
201 return 2; 207 return 2;
202 } 208 }
203 console-format.html:7 0.12 209 console-format.html:7 0.12
204 console-format.html:8 [0.12] 210 console-format.html:8 [0.12]
211 0: 0.12
212 length: 1
213 __proto__: Array[0]
205 globals[10] 214 globals[10]
206 0.12 215 0.12
207 console-format.html:7 http://webkit.org/ 216 console-format.html:7 http://webkit.org/
208 console-format.html:8 ["http://webkit.org/"] 217 console-format.html:8 ["http://webkit.org/"]
218 0: "http://webkit.org/"
219 length: 1
220 __proto__: Array[0]
209 globals[11] 221 globals[11]
210 "http://webkit.org/" 222 "http://webkit.org/"
211 console-format.html:7 null 223 console-format.html:7 null
212 console-format.html:8 [null] 224 console-format.html:8 [null]
225 0: null
226 length: 1
227 __proto__: Array[0]
213 globals[12] 228 globals[12]
214 null 229 null
215 console-format.html:7 undefined 230 console-format.html:7 undefined
216 console-format.html:8 [undefined] 231 console-format.html:8 [undefined]
232 0: undefined
233 length: 1
234 __proto__: Array[0]
217 globals[13] 235 globals[13]
218 undefined 236 undefined
219 console-format.html:7 237 console-format.html:7
220 attr="" 238 attr=""
221 console-format.html:8 [attr] 239 console-format.html:8 [attr]
222 0: attr 240 0: attr
223 length: 1 241 length: 1
224 __proto__: Array[0] 242 __proto__: Array[0]
225 globals[14] 243 globals[14]
226 attr="" 244 attr=""
(...skipping 21 matching lines...) Expand all
248 0: Object 266 0: Object
249 length: 1 267 length: 1
250 __proto__: Array[0] 268 __proto__: Array[0]
251 globals[17] 269 globals[17]
252 Object {} 270 Object {}
253 length: (...) 271 length: (...)
254 get length: length() 272 get length: length()
255 __proto__: Object 273 __proto__: Object
256 console-format.html:7 NaN 274 console-format.html:7 NaN
257 console-format.html:8 [NaN] 275 console-format.html:8 [NaN]
276 0: NaN
277 length: 1
278 __proto__: Array[0]
258 globals[18] 279 globals[18]
259 NaN 280 NaN
260 console-format.html:7 Infinity 281 console-format.html:7 Infinity
261 console-format.html:8 [Infinity] 282 console-format.html:8 [Infinity]
283 0: Infinity
284 length: 1
285 __proto__: Array[0]
262 globals[19] 286 globals[19]
263 Infinity 287 Infinity
264 console-format.html:7 -Infinity 288 console-format.html:7 -Infinity
265 console-format.html:8 [-Infinity] 289 console-format.html:8 [-Infinity]
290 0: -Infinity
291 length: 1
292 __proto__: Array[0]
266 globals[20] 293 globals[20]
267 -Infinity 294 -Infinity
268 console-format.html:7 ["test", "test2", 4: "test4", foo: Object] 295 console-format.html:7 ["test", "test2", 4: "test4", foo: Object]
269 0: "test" 296 0: "test"
270 1: "test2" 297 1: "test2"
271 4: "test4" 298 4: "test4"
272 foo: Object 299 foo: Object
273 length: 10 300 length: 10
274 __proto__: Array[0] 301 __proto__: Array[0]
275 console-format.html:8 [Array[10]] 302 console-format.html:8 [Array[10]]
276 0: Array[10] 303 0: Array[10]
277 length: 1 304 length: 1
278 __proto__: Array[0] 305 __proto__: Array[0]
279 globals[21] 306 globals[21]
280 ["test", "test2", undefined × 2, "test4", undefined × 5] 307 ["test", "test2", undefined × 2, "test4", undefined × 5]
281 console-format.html:7 Object {} 308 console-format.html:7 Object {}
309 __proto__: Object
282 console-format.html:8 [Object] 310 console-format.html:8 [Object]
283 0: Object 311 0: Object
284 length: 1 312 length: 1
285 __proto__: Array[0] 313 __proto__: Array[0]
286 globals[22] 314 globals[22]
287 Object {} 315 Object {}
316 __proto__: Object
288 console-format.html:7 [function] 317 console-format.html:7 [function]
289 0: () 318 0: ()
290 length: 1 319 length: 1
291 __proto__: Array[0] 320 __proto__: Array[0]
292 console-format.html:8 [Array[1]] 321 console-format.html:8 [Array[1]]
293 0: Array[1] 322 0: Array[1]
294 length: 1 323 length: 1
295 __proto__: Array[0] 324 __proto__: Array[0]
296 globals[23] 325 globals[23]
297 [anonymous()] 326 [anonymous()]
(...skipping 28 matching lines...) Expand all
326 __proto__: Array[0] 355 __proto__: Array[0]
327 globals[26] 356 globals[26]
328 Object {} 357 Object {}
329 bar: (...) 358 bar: (...)
330 get bar: () 359 get bar: ()
331 set bar: (x) 360 set bar: (x)
332 getFoo: () 361 getFoo: ()
333 __proto__: Object 362 __proto__: Object
334 console-format.html:7 -0 363 console-format.html:7 -0
335 console-format.html:8 [-0] 364 console-format.html:8 [-0]
365 0: -0
366 length: 1
367 __proto__: Array[0]
336 globals[27] 368 globals[27]
337 -0 369 -0
338 console-format.html:7 Object {} 370 console-format.html:7 Object {}
371 No Properties
339 console-format.html:8 [Object] 372 console-format.html:8 [Object]
340 0: Object 373 0: Object
341 length: 1 374 length: 1
342 __proto__: Array[0] 375 __proto__: Array[0]
343 globals[28] 376 globals[28]
344 Object {} 377 Object {}
378 No Properties
345 console-format.html:7 Object() { [native code] } 379 console-format.html:7 Object() { [native code] }
346 console-format.html:8 [function] 380 console-format.html:8 [function]
347 0: Object() 381 0: Object()
348 length: 1 382 length: 1
349 __proto__: Array[0] 383 __proto__: Array[0]
350 globals[29] 384 globals[29]
351 Object() { [native code] } 385 Object() { [native code] }
352 console-format.html:7 Object {} 386 console-format.html:7 Object {}
353 __defineGetter__: __defineGetter__() 387 __defineGetter__: __defineGetter__()
354 __defineSetter__: __defineSetter__() 388 __defineSetter__: __defineSetter__()
(...skipping 30 matching lines...) Expand all
385 console-format.html:7 ( /**/ foo/**/, /*/**/bar, 419 console-format.html:7 ( /**/ foo/**/, /*/**/bar,
386 /**/baz) {} 420 /**/baz) {}
387 console-format.html:8 [function] 421 console-format.html:8 [function]
388 0: ( /**/ foo/**/, /*/**/bar, /**/baz) 422 0: ( /**/ foo/**/, /*/**/bar, /**/baz)
389 length: 1 423 length: 1
390 __proto__: Array[0] 424 __proto__: Array[0]
391 globals[31] 425 globals[31]
392 ( /**/ foo/**/, /*/**/bar, 426 ( /**/ foo/**/, /*/**/bar,
393 /**/baz) {} 427 /**/baz) {}
394 console-format.html:7 Number {[[PrimitiveValue]]: 42} 428 console-format.html:7 Number {[[PrimitiveValue]]: 42}
429 __proto__: Number
430 [[PrimitiveValue]]: 42
395 console-format.html:8 [Number] 431 console-format.html:8 [Number]
396 0: Number 432 0: Number
397 length: 1 433 length: 1
398 __proto__: Array[0] 434 __proto__: Array[0]
399 globals[32] 435 globals[32]
400 Number {[[PrimitiveValue]]: 42} 436 Number {[[PrimitiveValue]]: 42}
437 __proto__: Number
438 [[PrimitiveValue]]: 42
401 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu e]]: "abc"} 439 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu e]]: "abc"}
440 0: "a"
441 1: "b"
442 2: "c"
443 length: 3
444 __proto__: String
445 [[PrimitiveValue]]: "abc"
402 console-format.html:8 [String] 446 console-format.html:8 [String]
403 0: String 447 0: String
404 length: 1 448 length: 1
405 __proto__: Array[0] 449 __proto__: Array[0]
406 globals[33] 450 globals[33]
407 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} 451 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
452 0: "a"
453 1: "b"
454 2: "c"
455 length: 3
456 __proto__: String
457 [[PrimitiveValue]]: "abc"
408 console-format.html:7 [1, 2, 3] 458 console-format.html:7 [1, 2, 3]
459 0: 1
460 1: 2
461 2: 3
462 buffer: (...)
463 byteLength: (...)
464 byteOffset: (...)
465 length: (...)
466 Symbol(Symbol.toStringTag): (...)
467 __proto__: TypedArray
409 console-format.html:8 [Uint16Array[3]] 468 console-format.html:8 [Uint16Array[3]]
410 0: Uint16Array[3] 469 0: Uint16Array[3]
411 length: 1 470 length: 1
412 __proto__: Array[0] 471 __proto__: Array[0]
413 globals[34] 472 globals[34]
414 [1, 2, 3] 473 [1, 2, 3]
415 console-format.html:7 #text 474 console-format.html:7 #text
416 console-format.html:8 [text] 475 console-format.html:8 [text]
417 0: text 476 0: text
418 length: 1 477 length: 1
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 length: 1 515 length: 1
457 __proto__: Array[0] 516 __proto__: Array[0]
458 globals[38] 517 globals[38]
459 Uint8Array[400000000] 518 Uint8Array[400000000]
460 [0 … 99999999] 519 [0 … 99999999]
461 [100000000 … 199999999] 520 [100000000 … 199999999]
462 [200000000 … 299999999] 521 [200000000 … 299999999]
463 [300000000 … 399999999] 522 [300000000 … 399999999]
464 __proto__: TypedArray 523 __proto__: TypedArray
465 524
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698