| OLD | NEW |
| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 error message | 138 error message |
| 139 ] | 139 ] |
| 140 globals[6] | 140 globals[6] |
| 141 Error: my multiline | 141 Error: my multiline |
| 142 error message | 142 error message |
| 143 console-format.html:7 | 143 console-format.html:7 |
| 144 <p id="p">Tests that console logging dumps proper messages.</p> | 144 <p id="p">Tests that console logging dumps proper messages.</p> |
| 145 console-format.html:8 [p#p] | 145 console-format.html:8 [p#p] |
| 146 globals[7] | 146 globals[7] |
| 147 <p id="p">Tests that console logging dumps proper messages.</p> | 147 <p id="p">Tests that console logging dumps proper messages.</p> |
| 148 console-format.html:7 () { return 1; } | 148 console-format.html:7 function () { return 1; } |
| 149 console-format.html:8 [function] | 149 console-format.html:8 [function] |
| 150 globals[8] | 150 globals[8] |
| 151 () { return 1; } | 151 function () { return 1; } |
| 152 console-format.html:7 () { | 152 console-format.html:7 function () { |
| 153 return 2; | 153 return 2; |
| 154 } | 154 } |
| 155 console-format.html:8 [function] | 155 console-format.html:8 [function] |
| 156 globals[9] | 156 globals[9] |
| 157 () { | 157 function () { |
| 158 return 2; | 158 return 2; |
| 159 } | 159 } |
| 160 console-format.html:7 0.12 | 160 console-format.html:7 0.12 |
| 161 console-format.html:8 [0.12] | 161 console-format.html:8 [0.12] |
| 162 globals[10] | 162 globals[10] |
| 163 0.12 | 163 0.12 |
| 164 console-format.html:7 http://webkit.org/ | 164 console-format.html:7 http://webkit.org/ |
| 165 console-format.html:8 ["http://webkit.org/"] | 165 console-format.html:8 ["http://webkit.org/"] |
| 166 globals[11] | 166 globals[11] |
| 167 "http://webkit.org/" | 167 "http://webkit.org/" |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 globals[26] | 230 globals[26] |
| 231 Object {} | 231 Object {} |
| 232 console-format.html:7 -0 | 232 console-format.html:7 -0 |
| 233 console-format.html:8 [-0] | 233 console-format.html:8 [-0] |
| 234 globals[27] | 234 globals[27] |
| 235 -0 | 235 -0 |
| 236 console-format.html:7 Object {} | 236 console-format.html:7 Object {} |
| 237 console-format.html:8 [Object] | 237 console-format.html:8 [Object] |
| 238 globals[28] | 238 globals[28] |
| 239 Object {} | 239 Object {} |
| 240 console-format.html:7 Object() { [native code] } | 240 console-format.html:7 function Object() { [native code] } |
| 241 console-format.html:8 [function] | 241 console-format.html:8 [function] |
| 242 globals[29] | 242 globals[29] |
| 243 Object() { [native code] } | 243 function Object() { [native code] } |
| 244 console-format.html:7 Object {} | 244 console-format.html:7 Object {} |
| 245 console-format.html:8 [Object] | 245 console-format.html:8 [Object] |
| 246 globals[30] | 246 globals[30] |
| 247 Object {} | 247 Object {} |
| 248 console-format.html:7 ( /**/ foo/**/, /*/**/bar, | 248 console-format.html:7 function ( /**/ foo/**/, /*/**/bar, |
| 249 /**/baz) {} | 249 /**/baz) {} |
| 250 console-format.html:8 [function] | 250 console-format.html:8 [function] |
| 251 globals[31] | 251 globals[31] |
| 252 ( /**/ foo/**/, /*/**/bar, | 252 function ( /**/ foo/**/, /*/**/bar, |
| 253 /**/baz) {} | 253 /**/baz) {} |
| 254 console-format.html:7 Number {[[PrimitiveValue]]: 42} | 254 console-format.html:7 Number {[[PrimitiveValue]]: 42} |
| 255 console-format.html:8 [Number] | 255 console-format.html:8 [Number] |
| 256 globals[32] | 256 globals[32] |
| 257 Number {[[PrimitiveValue]]: 42} | 257 Number {[[PrimitiveValue]]: 42} |
| 258 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu
e]]: "abc"} | 258 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu
e]]: "abc"} |
| 259 console-format.html:8 [String] | 259 console-format.html:8 [String] |
| 260 globals[33] | 260 globals[33] |
| 261 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} | 261 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} |
| 262 console-format.html:7 [1, 2, 3] | 262 console-format.html:7 [1, 2, 3] |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 Error: my multiline | 361 Error: my multiline |
| 362 error message | 362 error message |
| 363 console-format.html:7 | 363 console-format.html:7 |
| 364 <p id="p">Tests that console logging dumps proper messages.</p> | 364 <p id="p">Tests that console logging dumps proper messages.</p> |
| 365 console-format.html:8 Array[1] | 365 console-format.html:8 Array[1] |
| 366 0: p#p | 366 0: p#p |
| 367 length: 1 | 367 length: 1 |
| 368 __proto__: Array[0] | 368 __proto__: Array[0] |
| 369 globals[7] | 369 globals[7] |
| 370 <p id="p">Tests that console logging dumps proper messages.</p> | 370 <p id="p">Tests that console logging dumps proper messages.</p> |
| 371 console-format.html:7 () { return 1; } | 371 console-format.html:7 function () { return 1; } |
| 372 console-format.html:8 Array[1] | 372 console-format.html:8 Array[1] |
| 373 0: () | 373 0: () |
| 374 length: 1 | 374 length: 1 |
| 375 __proto__: Array[0] | 375 __proto__: Array[0] |
| 376 globals[8] | 376 globals[8] |
| 377 () { return 1; } | 377 function () { return 1; } |
| 378 console-format.html:7 () { | 378 console-format.html:7 function () { |
| 379 return 2; | 379 return 2; |
| 380 } | 380 } |
| 381 console-format.html:8 Array[1] | 381 console-format.html:8 Array[1] |
| 382 0: () | 382 0: () |
| 383 length: 1 | 383 length: 1 |
| 384 __proto__: Array[0] | 384 __proto__: Array[0] |
| 385 globals[9] | 385 globals[9] |
| 386 () { | 386 function () { |
| 387 return 2; | 387 return 2; |
| 388 } | 388 } |
| 389 console-format.html:7 0.12 | 389 console-format.html:7 0.12 |
| 390 console-format.html:8 Array[1] | 390 console-format.html:8 Array[1] |
| 391 0: 0.12 | 391 0: 0.12 |
| 392 length: 1 | 392 length: 1 |
| 393 __proto__: Array[0] | 393 __proto__: Array[0] |
| 394 globals[10] | 394 globals[10] |
| 395 0.12 | 395 0.12 |
| 396 console-format.html:7 http://webkit.org/ | 396 console-format.html:7 http://webkit.org/ |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 -0 | 558 -0 |
| 559 console-format.html:7 Object | 559 console-format.html:7 Object |
| 560 No Properties | 560 No Properties |
| 561 console-format.html:8 Array[1] | 561 console-format.html:8 Array[1] |
| 562 0: Object | 562 0: Object |
| 563 length: 1 | 563 length: 1 |
| 564 __proto__: Array[0] | 564 __proto__: Array[0] |
| 565 globals[28] | 565 globals[28] |
| 566 Object | 566 Object |
| 567 No Properties | 567 No Properties |
| 568 console-format.html:7 Object() { [native code] } | 568 console-format.html:7 function Object() { [native code] } |
| 569 console-format.html:8 Array[1] | 569 console-format.html:8 Array[1] |
| 570 0: Object() | 570 0: Object() |
| 571 length: 1 | 571 length: 1 |
| 572 __proto__: Array[0] | 572 __proto__: Array[0] |
| 573 globals[29] | 573 globals[29] |
| 574 Object() { [native code] } | 574 function Object() { [native code] } |
| 575 console-format.html:7 Object | 575 console-format.html:7 Object |
| 576 __defineGetter__: __defineGetter__() | 576 __defineGetter__: __defineGetter__() |
| 577 __defineSetter__: __defineSetter__() | 577 __defineSetter__: __defineSetter__() |
| 578 __lookupGetter__: __lookupGetter__() | 578 __lookupGetter__: __lookupGetter__() |
| 579 __lookupSetter__: __lookupSetter__() | 579 __lookupSetter__: __lookupSetter__() |
| 580 constructor: Object() | 580 constructor: Object() |
| 581 hasOwnProperty: hasOwnProperty() | 581 hasOwnProperty: hasOwnProperty() |
| 582 isPrototypeOf: isPrototypeOf() | 582 isPrototypeOf: isPrototypeOf() |
| 583 propertyIsEnumerable: propertyIsEnumerable() | 583 propertyIsEnumerable: propertyIsEnumerable() |
| 584 toLocaleString: toLocaleString() | 584 toLocaleString: toLocaleString() |
| (...skipping 13 matching lines...) Expand all Loading... |
| 598 __lookupSetter__: __lookupSetter__() | 598 __lookupSetter__: __lookupSetter__() |
| 599 constructor: Object() | 599 constructor: Object() |
| 600 hasOwnProperty: hasOwnProperty() | 600 hasOwnProperty: hasOwnProperty() |
| 601 isPrototypeOf: isPrototypeOf() | 601 isPrototypeOf: isPrototypeOf() |
| 602 propertyIsEnumerable: propertyIsEnumerable() | 602 propertyIsEnumerable: propertyIsEnumerable() |
| 603 toLocaleString: toLocaleString() | 603 toLocaleString: toLocaleString() |
| 604 toString: toString() | 604 toString: toString() |
| 605 valueOf: valueOf() | 605 valueOf: valueOf() |
| 606 get __proto__: __proto__() | 606 get __proto__: __proto__() |
| 607 set __proto__: __proto__() | 607 set __proto__: __proto__() |
| 608 console-format.html:7 ( /**/ foo/**/, /*/**/bar, | 608 console-format.html:7 function ( /**/ foo/**/, /*/**/bar, |
| 609 /**/baz) {} | 609 /**/baz) {} |
| 610 console-format.html:8 Array[1] | 610 console-format.html:8 Array[1] |
| 611 0: ( /**/ foo/**/, /*/**/bar, /**/baz) | 611 0: ( /**/ foo/**/, /*/**/bar, /**/baz) |
| 612 length: 1 | 612 length: 1 |
| 613 __proto__: Array[0] | 613 __proto__: Array[0] |
| 614 globals[31] | 614 globals[31] |
| 615 ( /**/ foo/**/, /*/**/bar, | 615 function ( /**/ foo/**/, /*/**/bar, |
| 616 /**/baz) {} | 616 /**/baz) {} |
| 617 console-format.html:7 Number | 617 console-format.html:7 Number |
| 618 __proto__: Number | 618 __proto__: Number |
| 619 [[PrimitiveValue]]: 42 | 619 [[PrimitiveValue]]: 42 |
| 620 console-format.html:8 Array[1] | 620 console-format.html:8 Array[1] |
| 621 0: Number | 621 0: Number |
| 622 length: 1 | 622 length: 1 |
| 623 __proto__: Array[0] | 623 __proto__: Array[0] |
| 624 globals[32] | 624 globals[32] |
| 625 Number | 625 Number |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 length: 1 | 713 length: 1 |
| 714 __proto__: Array[0] | 714 __proto__: Array[0] |
| 715 globals[38] | 715 globals[38] |
| 716 Uint8Array[400000000] | 716 Uint8Array[400000000] |
| 717 [0 … 99999999] | 717 [0 … 99999999] |
| 718 [100000000 … 199999999] | 718 [100000000 … 199999999] |
| 719 [200000000 … 299999999] | 719 [200000000 … 299999999] |
| 720 [300000000 … 399999999] | 720 [300000000 … 399999999] |
| 721 __proto__: TypedArray | 721 __proto__: TypedArray |
| 722 | 722 |
| OLD | NEW |