| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 CONSOLE MESSAGE: line 12: [object Object] | 73 CONSOLE MESSAGE: line 12: [object Object] |
| 74 CONSOLE MESSAGE: line 13: [object Object] | 74 CONSOLE MESSAGE: line 13: [object Object] |
| 75 CONSOLE MESSAGE: line 12: function () {} | 75 CONSOLE MESSAGE: line 12: function () {} |
| 76 CONSOLE MESSAGE: line 13: function () {} | 76 CONSOLE MESSAGE: line 13: function () {} |
| 77 CONSOLE MESSAGE: line 12: 42 | 77 CONSOLE MESSAGE: line 12: 42 |
| 78 CONSOLE MESSAGE: line 13: 42 | 78 CONSOLE MESSAGE: line 13: 42 |
| 79 CONSOLE MESSAGE: line 12: abc | 79 CONSOLE MESSAGE: line 12: abc |
| 80 CONSOLE MESSAGE: line 13: abc | 80 CONSOLE MESSAGE: line 13: abc |
| 81 CONSOLE MESSAGE: line 12: [object Uint16Array] | 81 CONSOLE MESSAGE: line 12: [object Uint16Array] |
| 82 CONSOLE MESSAGE: line 13: [object Uint16Array] | 82 CONSOLE MESSAGE: line 13: [object Uint16Array] |
| 83 CONSOLE MESSAGE: line 12: [object Text] |
| 84 CONSOLE MESSAGE: line 13: [object Text] |
| 83 Tests that console logging dumps proper messages. | 85 Tests that console logging dumps proper messages. |
| 84 | 86 |
| 85 console-format.html:26 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength:
10__proto__: Array[0] | 87 console-format.html:26 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength:
10__proto__: Array[0] |
| 86 console-format.html:27 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength:
10__proto__: Array[0] | 88 console-format.html:27 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength:
10__proto__: Array[0] |
| 87 console-format.html:28 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength:
10__proto__: Array[0] | 89 console-format.html:28 Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength:
10__proto__: Array[0] |
| 88 console-format.html:29 Test for zero "0" in formatter | 90 console-format.html:29 Test for zero "0" in formatter |
| 89 console-format.html:30 % self-escape1 dummy | 91 console-format.html:30 % self-escape1 dummy |
| 90 console-format.html:31 %s self-escape2 dummy | 92 console-format.html:31 %s self-escape2 dummy |
| 91 console-format.html:32 %ss self-escape3 dummy | 93 console-format.html:32 %ss self-escape3 dummy |
| 92 console-format.html:33 %sdummy%s self-escape4 | 94 console-format.html:33 %sdummy%s self-escape4 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 globals[31] | 227 globals[31] |
| 226 Number {[[PrimitiveValue]]: 42} | 228 Number {[[PrimitiveValue]]: 42} |
| 227 console-format.html:12 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveVal
ue]]: "abc"} | 229 console-format.html:12 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveVal
ue]]: "abc"} |
| 228 console-format.html:13 [String]0: Stringlength: 1__proto__: Array[0] | 230 console-format.html:13 [String]0: Stringlength: 1__proto__: Array[0] |
| 229 globals[32] | 231 globals[32] |
| 230 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} | 232 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} |
| 231 console-format.html:12 [1, 2, 3] | 233 console-format.html:12 [1, 2, 3] |
| 232 console-format.html:13 [Uint16Array[3]]0: Uint16Array[3]length: 1__proto__: Arra
y[0] | 234 console-format.html:13 [Uint16Array[3]]0: Uint16Array[3]length: 1__proto__: Arra
y[0] |
| 233 globals[33] | 235 globals[33] |
| 234 [1, 2, 3] | 236 [1, 2, 3] |
| 237 console-format.html:12 #text |
| 238 console-format.html:13 [text]0: textlength: 1__proto__: Array[0] |
| 239 globals[34] |
| 240 #text |
| 235 | 241 |
| OLD | NEW |