| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Tests that console logging dumps proper messages. | 97 Tests that console logging dumps proper messages. |
| 98 | 98 |
| 99 console-format.html:21 Array[10] | 99 console-format.html:21 Array[10] |
| 100 console-format.html:22 Array[10] |
| 101 console-format.html:23 Array[10] |
| 102 console-format.html:24 Test for zero "0" in formatter |
| 103 console-format.html:25 % self-escape1 dummy |
| 104 console-format.html:26 %s self-escape2 dummy |
| 105 console-format.html:27 %ss self-escape3 dummy |
| 106 console-format.html:28 %sdummy%s self-escape4 |
| 107 console-format.html:29 %%% self-escape5 dummy |
| 108 console-format.html:30 %dummy self-escape6 |
| 109 console-format.html:7 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(
?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))
*)\s*\)/i |
| 110 console-format.html:8 [/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\…?:[!#$
%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i] |
| 111 globals[0] |
| 112 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]
{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i |
| 113 console-format.html:7 /foo\\bar\sbaz/i |
| 114 console-format.html:8 [/foo\\bar\sbaz/i] |
| 115 globals[1] |
| 116 /foo\\bar\sbaz/i |
| 117 console-format.html:7 test |
| 118 console-format.html:8 ["test"] |
| 119 globals[2] |
| 120 "test" |
| 121 console-format.html:7 test named "test" |
| 122 console-format.html:8 ["test named "test""] |
| 123 globals[3] |
| 124 "test named "test"" |
| 125 console-format.html:7 Error(…) |
| 126 console-format.html:8 [Error |
| 127 ] |
| 128 globals[4] |
| 129 Error(…) |
| 130 console-format.html:7 Error: my error message(…) |
| 131 console-format.html:8 [Error: my error message |
| 132 ] |
| 133 globals[5] |
| 134 Error: my error message(…) |
| 135 console-format.html:7 Error: my multiline(…) |
| 136 console-format.html:8 [Error: my multiline |
| 137 error message |
| 138 ] |
| 139 globals[6] |
| 140 Error: my multiline(…) |
| 141 console-format.html:7 |
| 142 <p id="p">Tests that console logging dumps proper messages.</p> |
| 143 console-format.html:8 [p#p] |
| 144 globals[7] |
| 145 <p id="p">Tests that console logging dumps proper messages.</p> |
| 146 console-format.html:7 () { return 1; } |
| 147 console-format.html:8 [function] |
| 148 globals[8] |
| 149 () { return 1; } |
| 150 console-format.html:7 () { |
| 151 return 2; |
| 152 } |
| 153 console-format.html:8 [function] |
| 154 globals[9] |
| 155 () { |
| 156 return 2; |
| 157 } |
| 158 console-format.html:7 0.12 |
| 159 console-format.html:8 [0.12] |
| 160 globals[10] |
| 161 0.12 |
| 162 console-format.html:7 http://webkit.org/ |
| 163 console-format.html:8 ["http://webkit.org/"] |
| 164 globals[11] |
| 165 "http://webkit.org/" |
| 166 console-format.html:7 null |
| 167 console-format.html:8 [null] |
| 168 globals[12] |
| 169 null |
| 170 console-format.html:7 undefined |
| 171 console-format.html:8 [undefined] |
| 172 globals[13] |
| 173 undefined |
| 174 console-format.html:7 |
| 175 attr="" |
| 176 console-format.html:8 [attr] |
| 177 globals[14] |
| 178 attr="" |
| 179 console-format.html:7 |
| 180 attr="value" |
| 181 console-format.html:8 [attr] |
| 182 globals[15] |
| 183 attr="value" |
| 184 console-format.html:7 |
| 185 id="x" |
| 186 console-format.html:8 [id] |
| 187 globals[16] |
| 188 id="x" |
| 189 console-format.html:7 Object {} |
| 190 console-format.html:8 [Object] |
| 191 globals[17] |
| 192 Object {} |
| 193 console-format.html:7 NaN |
| 194 console-format.html:8 [NaN] |
| 195 globals[18] |
| 196 NaN |
| 197 console-format.html:7 Infinity |
| 198 console-format.html:8 [Infinity] |
| 199 globals[19] |
| 200 Infinity |
| 201 console-format.html:7 -Infinity |
| 202 console-format.html:8 [-Infinity] |
| 203 globals[20] |
| 204 -Infinity |
| 205 console-format.html:7 ["test", "test2", 4: "test4", foo: Object] |
| 206 console-format.html:8 [Array[10]] |
| 207 globals[21] |
| 208 ["test", "test2", undefined × 2, "test4", undefined × 5] |
| 209 console-format.html:7 Object {} |
| 210 console-format.html:8 [Object] |
| 211 globals[22] |
| 212 Object {} |
| 213 console-format.html:7 [function] |
| 214 console-format.html:8 [Array[1]] |
| 215 globals[23] |
| 216 [function] |
| 217 console-format.html:7 Object {bar: "bar"} |
| 218 console-format.html:8 [Object] |
| 219 globals[24] |
| 220 Object {bar: "bar"} |
| 221 console-format.html:7 |
| 222 <svg id="svg-node"></svg> |
| 223 console-format.html:8 [svg#svg-node] |
| 224 globals[25] |
| 225 <svg id="svg-node"></svg> |
| 226 console-format.html:7 Object {} |
| 227 console-format.html:8 [Object] |
| 228 globals[26] |
| 229 Object {} |
| 230 console-format.html:7 -0 |
| 231 console-format.html:8 [-0] |
| 232 globals[27] |
| 233 -0 |
| 234 console-format.html:7 Object {} |
| 235 console-format.html:8 [Object] |
| 236 globals[28] |
| 237 Object {} |
| 238 console-format.html:7 Object() { [native code] } |
| 239 console-format.html:8 [function] |
| 240 globals[29] |
| 241 Object() { [native code] } |
| 242 console-format.html:7 Object {} |
| 243 console-format.html:8 [Object] |
| 244 globals[30] |
| 245 Object {} |
| 246 console-format.html:7 ( /**/ foo/**/, /*/**/bar, |
| 247 /**/baz) {} |
| 248 console-format.html:8 [function] |
| 249 globals[31] |
| 250 ( /**/ foo/**/, /*/**/bar, |
| 251 /**/baz) {} |
| 252 console-format.html:7 Number {[[PrimitiveValue]]: 42} |
| 253 console-format.html:8 [Number] |
| 254 globals[32] |
| 255 Number {[[PrimitiveValue]]: 42} |
| 256 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu
e]]: "abc"} |
| 257 console-format.html:8 [String] |
| 258 globals[33] |
| 259 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} |
| 260 console-format.html:7 [1, 2, 3] |
| 261 console-format.html:8 [Uint16Array[3]] |
| 262 globals[34] |
| 263 [1, 2, 3] |
| 264 console-format.html:7 #text |
| 265 console-format.html:8 [text] |
| 266 globals[35] |
| 267 #text |
| 268 console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': T
he node to be removed is not a child of this node. |
| 269 console-format.html:8 [DOMException: Failed to execute 'removeChild' on 'Node':
The node to be removed is not a child of th…] |
| 270 globals[36] |
| 271 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed
is not a child of this node. |
| 272 console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0…] |
| 273 console-format.html:8 [Uint8Array[400]] |
| 274 globals[37] |
| 275 Uint8Array[400] |
| 276 console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
, 0, 0, 0, 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[400000000]] |
| 278 globals[38] |
| 279 Uint8Array[400000000] |
| 280 Expanded all messages |
| 281 console-format.html:21 Array[10] |
| 100 0: "test" | 282 0: "test" |
| 101 1: "test2" | 283 1: "test2" |
| 102 4: "test4" | 284 4: "test4" |
| 103 foo: Object | 285 foo: Object |
| 104 length: 10 | 286 length: 10 |
| 105 __proto__: Array[0] | 287 __proto__: Array[0] |
| 106 console-format.html:22 Array[10] | 288 console-format.html:22 Array[10] |
| 107 0: "test" | 289 0: "test" |
| 108 1: "test2" | 290 1: "test2" |
| 109 4: "test4" | 291 4: "test4" |
| 110 foo: Object | 292 foo: Object |
| 111 length: 10 | 293 length: 10 |
| 112 __proto__: Array[0] | 294 __proto__: Array[0] |
| 113 console-format.html:23 Array[10] | 295 console-format.html:23 Array[10] |
| 114 0: "test" | 296 0: "test" |
| 115 1: "test2" | 297 1: "test2" |
| 116 4: "test4" | 298 4: "test4" |
| 117 foo: Object | 299 foo: Object |
| 118 length: 10 | 300 length: 10 |
| 119 __proto__: Array[0] | 301 __proto__: Array[0] |
| 120 console-format.html:24 Test for zero "0" in formatter | 302 console-format.html:24 Test for zero "0" in formatter |
| 121 console-format.html:25 % self-escape1 dummy | 303 console-format.html:25 % self-escape1 dummy |
| 122 console-format.html:26 %s self-escape2 dummy | 304 console-format.html:26 %s self-escape2 dummy |
| 123 console-format.html:27 %ss self-escape3 dummy | 305 console-format.html:27 %ss self-escape3 dummy |
| 124 console-format.html:28 %sdummy%s self-escape4 | 306 console-format.html:28 %sdummy%s self-escape4 |
| 125 console-format.html:29 %%% self-escape5 dummy | 307 console-format.html:29 %%% self-escape5 dummy |
| 126 console-format.html:30 %dummy self-escape6 | 308 console-format.html:30 %dummy self-escape6 |
| 127 console-format.html:7 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(
?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))
*)\s*\)/i | 309 console-format.html:7 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(
?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))
*)\s*\)/i |
| 128 console-format.html:8 [/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\…?:[!#$
%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i] | 310 console-format.html:8 Array[1] |
| 129 0: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\
[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i | 311 0: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\
[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i |
| 130 length: 1 | 312 length: 1 |
| 131 __proto__: Array[0] | 313 __proto__: Array[0] |
| 132 globals[0] | 314 globals[0] |
| 133 /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]
{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i | 315 /^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 | 316 console-format.html:7 /foo\\bar\sbaz/i |
| 135 console-format.html:8 [/foo\\bar\sbaz/i] | 317 console-format.html:8 Array[1] |
| 136 0: /foo\\bar\sbaz/i | 318 0: /foo\\bar\sbaz/i |
| 137 length: 1 | 319 length: 1 |
| 138 __proto__: Array[0] | 320 __proto__: Array[0] |
| 139 globals[1] | 321 globals[1] |
| 140 /foo\\bar\sbaz/i | 322 /foo\\bar\sbaz/i |
| 141 console-format.html:7 test | 323 console-format.html:7 test |
| 142 console-format.html:8 ["test"] | 324 console-format.html:8 Array[1] |
| 143 0: "test" | 325 0: "test" |
| 144 length: 1 | 326 length: 1 |
| 145 __proto__: Array[0] | 327 __proto__: Array[0] |
| 146 globals[2] | 328 globals[2] |
| 147 "test" | 329 "test" |
| 148 console-format.html:7 test named "test" | 330 console-format.html:7 test named "test" |
| 149 console-format.html:8 ["test named "test""] | 331 console-format.html:8 Array[1] |
| 150 0: "test named "test"" | 332 0: "test named "test"" |
| 151 length: 1 | 333 length: 1 |
| 152 __proto__: Array[0] | 334 __proto__: Array[0] |
| 153 globals[3] | 335 globals[3] |
| 154 "test named "test"" | 336 "test named "test"" |
| 155 console-format.html:7 Error | 337 console-format.html:7 Error |
| 156 console-format.html:8 [Error | 338 console-format.html:8 Array[1] |
| 157 ] | |
| 158 0: Error | 339 0: Error |
| 159 length: 1 | 340 length: 1 |
| 160 __proto__: Array[0] | 341 __proto__: Array[0] |
| 161 globals[4] | 342 globals[4] |
| 162 Error | 343 Error |
| 163 console-format.html:7 Error: my error message | 344 console-format.html:7 Error: my error message |
| 164 console-format.html:8 [Error: my error message | 345 console-format.html:8 Array[1] |
| 165 ] | |
| 166 0: Error: my error message | 346 0: Error: my error message |
| 167 length: 1 | 347 length: 1 |
| 168 __proto__: Array[0] | 348 __proto__: Array[0] |
| 169 globals[5] | 349 globals[5] |
| 170 Error: my error message | 350 Error: my error message |
| 171 console-format.html:7 Error: my multiline | 351 console-format.html:7 Error: my multiline |
| 172 error message | 352 error message |
| 173 console-format.html:8 [Error: my multiline | 353 console-format.html:8 Array[1] |
| 174 error message | |
| 175 ] | |
| 176 0: Error: my multiline | 354 0: Error: my multiline |
| 177 error message | 355 error message |
| 178 length: 1 | 356 length: 1 |
| 179 __proto__: Array[0] | 357 __proto__: Array[0] |
| 180 globals[6] | 358 globals[6] |
| 181 Error: my multiline | 359 Error: my multiline |
| 182 error message | 360 error message |
| 183 console-format.html:7 | 361 console-format.html:7 |
| 184 <p id="p">Tests that console logging dumps proper messages.</p> | 362 <p id="p">Tests that console logging dumps proper messages.</p> |
| 185 console-format.html:8 [p#p] | 363 console-format.html:8 Array[1] |
| 186 0: p#p | 364 0: p#p |
| 187 length: 1 | 365 length: 1 |
| 188 __proto__: Array[0] | 366 __proto__: Array[0] |
| 189 globals[7] | 367 globals[7] |
| 190 <p id="p">Tests that console logging dumps proper messages.</p> | 368 <p id="p">Tests that console logging dumps proper messages.</p> |
| 191 console-format.html:7 () { return 1; } | 369 console-format.html:7 () { return 1; } |
| 192 console-format.html:8 [function] | 370 console-format.html:8 Array[1] |
| 193 0: () | 371 0: () |
| 194 length: 1 | 372 length: 1 |
| 195 __proto__: Array[0] | 373 __proto__: Array[0] |
| 196 globals[8] | 374 globals[8] |
| 197 () { return 1; } | 375 () { return 1; } |
| 198 console-format.html:7 () { | 376 console-format.html:7 () { |
| 199 return 2; | 377 return 2; |
| 200 } | 378 } |
| 201 console-format.html:8 [function] | 379 console-format.html:8 Array[1] |
| 202 0: () | 380 0: () |
| 203 length: 1 | 381 length: 1 |
| 204 __proto__: Array[0] | 382 __proto__: Array[0] |
| 205 globals[9] | 383 globals[9] |
| 206 () { | 384 () { |
| 207 return 2; | 385 return 2; |
| 208 } | 386 } |
| 209 console-format.html:7 0.12 | 387 console-format.html:7 0.12 |
| 210 console-format.html:8 [0.12] | 388 console-format.html:8 Array[1] |
| 211 0: 0.12 | 389 0: 0.12 |
| 212 length: 1 | 390 length: 1 |
| 213 __proto__: Array[0] | 391 __proto__: Array[0] |
| 214 globals[10] | 392 globals[10] |
| 215 0.12 | 393 0.12 |
| 216 console-format.html:7 http://webkit.org/ | 394 console-format.html:7 http://webkit.org/ |
| 217 console-format.html:8 ["http://webkit.org/"] | 395 console-format.html:8 Array[1] |
| 218 0: "http://webkit.org/" | 396 0: "http://webkit.org/" |
| 219 length: 1 | 397 length: 1 |
| 220 __proto__: Array[0] | 398 __proto__: Array[0] |
| 221 globals[11] | 399 globals[11] |
| 222 "http://webkit.org/" | 400 "http://webkit.org/" |
| 223 console-format.html:7 null | 401 console-format.html:7 null |
| 224 console-format.html:8 [null] | 402 console-format.html:8 Array[1] |
| 225 0: null | 403 0: null |
| 226 length: 1 | 404 length: 1 |
| 227 __proto__: Array[0] | 405 __proto__: Array[0] |
| 228 globals[12] | 406 globals[12] |
| 229 null | 407 null |
| 230 console-format.html:7 undefined | 408 console-format.html:7 undefined |
| 231 console-format.html:8 [undefined] | 409 console-format.html:8 Array[1] |
| 232 0: undefined | 410 0: undefined |
| 233 length: 1 | 411 length: 1 |
| 234 __proto__: Array[0] | 412 __proto__: Array[0] |
| 235 globals[13] | 413 globals[13] |
| 236 undefined | 414 undefined |
| 237 console-format.html:7 | 415 console-format.html:7 |
| 238 attr="" | 416 attr="" |
| 239 console-format.html:8 [attr] | 417 console-format.html:8 Array[1] |
| 240 0: attr | 418 0: attr |
| 241 length: 1 | 419 length: 1 |
| 242 __proto__: Array[0] | 420 __proto__: Array[0] |
| 243 globals[14] | 421 globals[14] |
| 244 attr="" | 422 attr="" |
| 245 console-format.html:7 | 423 console-format.html:7 |
| 246 attr="value" | 424 attr="value" |
| 247 console-format.html:8 [attr] | 425 console-format.html:8 Array[1] |
| 248 0: attr | 426 0: attr |
| 249 length: 1 | 427 length: 1 |
| 250 __proto__: Array[0] | 428 __proto__: Array[0] |
| 251 globals[15] | 429 globals[15] |
| 252 attr="value" | 430 attr="value" |
| 253 console-format.html:7 | 431 console-format.html:7 |
| 254 id="x" | 432 id="x" |
| 255 console-format.html:8 [id] | 433 console-format.html:8 Array[1] |
| 256 0: id | 434 0: id |
| 257 length: 1 | 435 length: 1 |
| 258 __proto__: Array[0] | 436 __proto__: Array[0] |
| 259 globals[16] | 437 globals[16] |
| 260 id="x" | 438 id="x" |
| 261 console-format.html:7 Object {} | 439 console-format.html:7 Object |
| 262 length: (...) | 440 length: (...) |
| 263 get length: length() | 441 get length: length() |
| 264 __proto__: Object | 442 __proto__: Object |
| 265 console-format.html:8 [Object] | 443 console-format.html:8 Array[1] |
| 266 0: Object | 444 0: Object |
| 267 length: 1 | 445 length: 1 |
| 268 __proto__: Array[0] | 446 __proto__: Array[0] |
| 269 globals[17] | 447 globals[17] |
| 270 Object {} | 448 Object |
| 271 length: (...) | 449 length: (...) |
| 272 get length: length() | 450 get length: length() |
| 273 __proto__: Object | 451 __proto__: Object |
| 274 console-format.html:7 NaN | 452 console-format.html:7 NaN |
| 275 console-format.html:8 [NaN] | 453 console-format.html:8 Array[1] |
| 276 0: NaN | 454 0: NaN |
| 277 length: 1 | 455 length: 1 |
| 278 __proto__: Array[0] | 456 __proto__: Array[0] |
| 279 globals[18] | 457 globals[18] |
| 280 NaN | 458 NaN |
| 281 console-format.html:7 Infinity | 459 console-format.html:7 Infinity |
| 282 console-format.html:8 [Infinity] | 460 console-format.html:8 Array[1] |
| 283 0: Infinity | 461 0: Infinity |
| 284 length: 1 | 462 length: 1 |
| 285 __proto__: Array[0] | 463 __proto__: Array[0] |
| 286 globals[19] | 464 globals[19] |
| 287 Infinity | 465 Infinity |
| 288 console-format.html:7 -Infinity | 466 console-format.html:7 -Infinity |
| 289 console-format.html:8 [-Infinity] | 467 console-format.html:8 Array[1] |
| 290 0: -Infinity | 468 0: -Infinity |
| 291 length: 1 | 469 length: 1 |
| 292 __proto__: Array[0] | 470 __proto__: Array[0] |
| 293 globals[20] | 471 globals[20] |
| 294 -Infinity | 472 -Infinity |
| 295 console-format.html:7 ["test", "test2", 4: "test4", foo: Object] | 473 console-format.html:7 Array[10] |
| 296 0: "test" | 474 0: "test" |
| 297 1: "test2" | 475 1: "test2" |
| 298 4: "test4" | 476 4: "test4" |
| 299 foo: Object | 477 foo: Object |
| 300 length: 10 | 478 length: 10 |
| 301 __proto__: Array[0] | 479 __proto__: Array[0] |
| 302 console-format.html:8 [Array[10]] | 480 console-format.html:8 Array[1] |
| 303 0: Array[10] | 481 0: Array[10] |
| 304 length: 1 | 482 length: 1 |
| 305 __proto__: Array[0] | 483 __proto__: Array[0] |
| 306 globals[21] | 484 globals[21] |
| 307 ["test", "test2", undefined × 2, "test4", undefined × 5] | 485 Array[10] |
| 308 0: "test" | 486 0: "test" |
| 309 1: "test2" | 487 1: "test2" |
| 310 4: "test4" | 488 4: "test4" |
| 311 foo: Object | 489 foo: Object |
| 312 length: 10 | 490 length: 10 |
| 313 __proto__: Array[0] | 491 __proto__: Array[0] |
| 314 console-format.html:7 Object {} | 492 console-format.html:7 Object |
| 315 __proto__: Object | 493 __proto__: Object |
| 316 console-format.html:8 [Object] | 494 console-format.html:8 Array[1] |
| 317 0: Object | 495 0: Object |
| 318 length: 1 | 496 length: 1 |
| 319 __proto__: Array[0] | 497 __proto__: Array[0] |
| 320 globals[22] | 498 globals[22] |
| 321 Object {} | 499 Object |
| 322 __proto__: Object | 500 __proto__: Object |
| 323 console-format.html:7 [function] | 501 console-format.html:7 Array[1] |
| 324 0: () | 502 0: () |
| 325 length: 1 | 503 length: 1 |
| 326 __proto__: Array[0] | 504 __proto__: Array[0] |
| 327 console-format.html:8 [Array[1]] | 505 console-format.html:8 Array[1] |
| 328 0: Array[1] | 506 0: Array[1] |
| 329 length: 1 | 507 length: 1 |
| 330 __proto__: Array[0] | 508 __proto__: Array[0] |
| 331 globals[23] | 509 globals[23] |
| 332 [function] | 510 Array[1] |
| 333 0: () | 511 0: () |
| 334 length: 1 | 512 length: 1 |
| 335 __proto__: Array[0] | 513 __proto__: Array[0] |
| 336 console-format.html:7 Object {bar: "bar"} | 514 console-format.html:7 Object |
| 337 bar: "bar" | 515 bar: "bar" |
| 338 __proto__: Object | 516 __proto__: Object |
| 339 console-format.html:8 [Object] | 517 console-format.html:8 Array[1] |
| 340 0: Object | 518 0: Object |
| 341 length: 1 | 519 length: 1 |
| 342 __proto__: Array[0] | 520 __proto__: Array[0] |
| 343 globals[24] | 521 globals[24] |
| 344 Object {bar: "bar"} | 522 Object |
| 345 bar: "bar" | 523 bar: "bar" |
| 346 __proto__: Object | 524 __proto__: Object |
| 347 console-format.html:7 | 525 console-format.html:7 |
| 348 <svg id="svg-node"></svg> | 526 <svg id="svg-node"></svg> |
| 349 console-format.html:8 [svg#svg-node] | 527 console-format.html:8 Array[1] |
| 350 0: svg#svg-node | 528 0: svg#svg-node |
| 351 length: 1 | 529 length: 1 |
| 352 __proto__: Array[0] | 530 __proto__: Array[0] |
| 353 globals[25] | 531 globals[25] |
| 354 <svg id="svg-node"></svg> | 532 <svg id="svg-node"></svg> |
| 355 console-format.html:7 Object {} | 533 console-format.html:7 Object |
| 356 bar: (...) | 534 bar: (...) |
| 357 get bar: () | 535 get bar: () |
| 358 set bar: (x) | 536 set bar: (x) |
| 359 getFoo: () | 537 getFoo: () |
| 360 __proto__: Object | 538 __proto__: Object |
| 361 console-format.html:8 [Object] | 539 console-format.html:8 Array[1] |
| 362 0: Object | 540 0: Object |
| 363 length: 1 | 541 length: 1 |
| 364 __proto__: Array[0] | 542 __proto__: Array[0] |
| 365 globals[26] | 543 globals[26] |
| 366 Object {} | 544 Object |
| 367 bar: (...) | 545 bar: (...) |
| 368 get bar: () | 546 get bar: () |
| 369 set bar: (x) | 547 set bar: (x) |
| 370 getFoo: () | 548 getFoo: () |
| 371 __proto__: Object | 549 __proto__: Object |
| 372 console-format.html:7 -0 | 550 console-format.html:7 -0 |
| 373 console-format.html:8 [-0] | 551 console-format.html:8 Array[1] |
| 374 0: -0 | 552 0: -0 |
| 375 length: 1 | 553 length: 1 |
| 376 __proto__: Array[0] | 554 __proto__: Array[0] |
| 377 globals[27] | 555 globals[27] |
| 378 -0 | 556 -0 |
| 379 console-format.html:7 Object {} | 557 console-format.html:7 Object |
| 380 No Properties | 558 No Properties |
| 381 console-format.html:8 [Object] | 559 console-format.html:8 Array[1] |
| 382 0: Object | 560 0: Object |
| 383 length: 1 | 561 length: 1 |
| 384 __proto__: Array[0] | 562 __proto__: Array[0] |
| 385 globals[28] | 563 globals[28] |
| 386 Object {} | 564 Object |
| 387 No Properties | 565 No Properties |
| 388 console-format.html:7 Object() { [native code] } | 566 console-format.html:7 Object() { [native code] } |
| 389 console-format.html:8 [function] | 567 console-format.html:8 Array[1] |
| 390 0: Object() | 568 0: Object() |
| 391 length: 1 | 569 length: 1 |
| 392 __proto__: Array[0] | 570 __proto__: Array[0] |
| 393 globals[29] | 571 globals[29] |
| 394 Object() { [native code] } | 572 Object() { [native code] } |
| 395 console-format.html:7 Object {} | 573 console-format.html:7 Object |
| 396 __defineGetter__: __defineGetter__() | 574 __defineGetter__: __defineGetter__() |
| 397 __defineSetter__: __defineSetter__() | 575 __defineSetter__: __defineSetter__() |
| 398 __lookupGetter__: __lookupGetter__() | 576 __lookupGetter__: __lookupGetter__() |
| 399 __lookupSetter__: __lookupSetter__() | 577 __lookupSetter__: __lookupSetter__() |
| 400 constructor: Object() | 578 constructor: Object() |
| 401 hasOwnProperty: hasOwnProperty() | 579 hasOwnProperty: hasOwnProperty() |
| 402 isPrototypeOf: isPrototypeOf() | 580 isPrototypeOf: isPrototypeOf() |
| 403 propertyIsEnumerable: propertyIsEnumerable() | 581 propertyIsEnumerable: propertyIsEnumerable() |
| 404 toLocaleString: toLocaleString() | 582 toLocaleString: toLocaleString() |
| 405 toString: toString() | 583 toString: toString() |
| 406 valueOf: valueOf() | 584 valueOf: valueOf() |
| 407 get __proto__: __proto__() | 585 get __proto__: __proto__() |
| 408 set __proto__: __proto__() | 586 set __proto__: __proto__() |
| 409 console-format.html:8 [Object] | 587 console-format.html:8 Array[1] |
| 410 0: Object | 588 0: Object |
| 411 length: 1 | 589 length: 1 |
| 412 __proto__: Array[0] | 590 __proto__: Array[0] |
| 413 globals[30] | 591 globals[30] |
| 414 Object {} | 592 Object |
| 415 __defineGetter__: __defineGetter__() | 593 __defineGetter__: __defineGetter__() |
| 416 __defineSetter__: __defineSetter__() | 594 __defineSetter__: __defineSetter__() |
| 417 __lookupGetter__: __lookupGetter__() | 595 __lookupGetter__: __lookupGetter__() |
| 418 __lookupSetter__: __lookupSetter__() | 596 __lookupSetter__: __lookupSetter__() |
| 419 constructor: Object() | 597 constructor: Object() |
| 420 hasOwnProperty: hasOwnProperty() | 598 hasOwnProperty: hasOwnProperty() |
| 421 isPrototypeOf: isPrototypeOf() | 599 isPrototypeOf: isPrototypeOf() |
| 422 propertyIsEnumerable: propertyIsEnumerable() | 600 propertyIsEnumerable: propertyIsEnumerable() |
| 423 toLocaleString: toLocaleString() | 601 toLocaleString: toLocaleString() |
| 424 toString: toString() | 602 toString: toString() |
| 425 valueOf: valueOf() | 603 valueOf: valueOf() |
| 426 get __proto__: __proto__() | 604 get __proto__: __proto__() |
| 427 set __proto__: __proto__() | 605 set __proto__: __proto__() |
| 428 console-format.html:7 ( /**/ foo/**/, /*/**/bar, | 606 console-format.html:7 ( /**/ foo/**/, /*/**/bar, |
| 429 /**/baz) {} | 607 /**/baz) {} |
| 430 console-format.html:8 [function] | 608 console-format.html:8 Array[1] |
| 431 0: ( /**/ foo/**/, /*/**/bar, /**/baz) | 609 0: ( /**/ foo/**/, /*/**/bar, /**/baz) |
| 432 length: 1 | 610 length: 1 |
| 433 __proto__: Array[0] | 611 __proto__: Array[0] |
| 434 globals[31] | 612 globals[31] |
| 435 ( /**/ foo/**/, /*/**/bar, | 613 ( /**/ foo/**/, /*/**/bar, |
| 436 /**/baz) {} | 614 /**/baz) {} |
| 437 console-format.html:7 Number {[[PrimitiveValue]]: 42} | 615 console-format.html:7 Number |
| 438 __proto__: Number | 616 __proto__: Number |
| 439 [[PrimitiveValue]]: 42 | 617 [[PrimitiveValue]]: 42 |
| 440 console-format.html:8 [Number] | 618 console-format.html:8 Array[1] |
| 441 0: Number | 619 0: Number |
| 442 length: 1 | 620 length: 1 |
| 443 __proto__: Array[0] | 621 __proto__: Array[0] |
| 444 globals[32] | 622 globals[32] |
| 445 Number {[[PrimitiveValue]]: 42} | 623 Number |
| 446 __proto__: Number | 624 __proto__: Number |
| 447 [[PrimitiveValue]]: 42 | 625 [[PrimitiveValue]]: 42 |
| 448 console-format.html:7 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValu
e]]: "abc"} | 626 console-format.html:7 String |
| 449 0: "a" | 627 0: "a" |
| 450 1: "b" | 628 1: "b" |
| 451 2: "c" | 629 2: "c" |
| 452 length: 3 | 630 length: 3 |
| 453 __proto__: String | 631 __proto__: String |
| 454 [[PrimitiveValue]]: "abc" | 632 [[PrimitiveValue]]: "abc" |
| 455 console-format.html:8 [String] | 633 console-format.html:8 Array[1] |
| 456 0: String | 634 0: String |
| 457 length: 1 | 635 length: 1 |
| 458 __proto__: Array[0] | 636 __proto__: Array[0] |
| 459 globals[33] | 637 globals[33] |
| 460 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} | 638 String |
| 461 0: "a" | 639 0: "a" |
| 462 1: "b" | 640 1: "b" |
| 463 2: "c" | 641 2: "c" |
| 464 length: 3 | 642 length: 3 |
| 465 __proto__: String | 643 __proto__: String |
| 466 [[PrimitiveValue]]: "abc" | 644 [[PrimitiveValue]]: "abc" |
| 467 console-format.html:7 [1, 2, 3] | 645 console-format.html:7 Uint16Array[3] |
| 468 0: 1 | 646 0: 1 |
| 469 1: 2 | 647 1: 2 |
| 470 2: 3 | 648 2: 3 |
| 471 buffer: (...) | 649 buffer: (...) |
| 472 byteLength: (...) | 650 byteLength: (...) |
| 473 byteOffset: (...) | 651 byteOffset: (...) |
| 474 length: (...) | 652 length: (...) |
| 475 Symbol(Symbol.toStringTag): (...) | 653 Symbol(Symbol.toStringTag): (...) |
| 476 __proto__: TypedArray | 654 __proto__: TypedArray |
| 477 console-format.html:8 [Uint16Array[3]] | 655 console-format.html:8 Array[1] |
| 478 0: Uint16Array[3] | 656 0: Uint16Array[3] |
| 479 length: 1 | 657 length: 1 |
| 480 __proto__: Array[0] | 658 __proto__: Array[0] |
| 481 globals[34] | 659 globals[34] |
| 482 [1, 2, 3] | 660 Uint16Array[3] |
| 483 0: 1 | 661 0: 1 |
| 484 1: 2 | 662 1: 2 |
| 485 2: 3 | 663 2: 3 |
| 486 buffer: (...) | 664 buffer: (...) |
| 487 byteLength: (...) | 665 byteLength: (...) |
| 488 byteOffset: (...) | 666 byteOffset: (...) |
| 489 length: (...) | 667 length: (...) |
| 490 Symbol(Symbol.toStringTag): (...) | 668 Symbol(Symbol.toStringTag): (...) |
| 491 __proto__: TypedArray | 669 __proto__: TypedArray |
| 492 console-format.html:7 #text | 670 console-format.html:7 #text |
| 493 console-format.html:8 [text] | 671 console-format.html:8 Array[1] |
| 494 0: text | 672 0: text |
| 495 length: 1 | 673 length: 1 |
| 496 __proto__: Array[0] | 674 __proto__: Array[0] |
| 497 globals[35] | 675 globals[35] |
| 498 #text | 676 #text |
| 499 console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': T
he node to be removed is not a child of this node. | 677 console-format.html:7 DOMException: Failed to execute 'removeChild' on 'Node': T
he node to be removed is not a child of this node. |
| 500 console-format.html:8 [DOMException: Failed to execute 'removeChild' on 'Node':
The node to be removed is not a child of th…] | 678 console-format.html:8 Array[1] |
| 501 0: DOMException: Failed to execute 'removeChild' on 'Node': The node to be r
emoved is not a child of this node. | 679 0: DOMException: Failed to execute 'removeChild' on 'Node': The node to be r
emoved is not a child of this node. |
| 502 length: 1 | 680 length: 1 |
| 503 __proto__: Array[0] | 681 __proto__: Array[0] |
| 504 globals[36] | 682 globals[36] |
| 505 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed
is not a child of this node. | 683 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed
is not a child of this node. |
| 506 console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0…] | 684 console-format.html:7 Uint8Array[400] |
| 507 [0 … 99] | 685 [0 … 99] |
| 508 [100 … 199] | 686 [100 … 199] |
| 509 [200 … 299] | 687 [200 … 299] |
| 510 [300 … 399] | 688 [300 … 399] |
| 511 foo: "bar" | 689 foo: "bar" |
| 512 __proto__: TypedArray | 690 __proto__: TypedArray |
| 513 console-format.html:8 [Uint8Array[400]] | 691 console-format.html:8 Array[1] |
| 514 0: Uint8Array[400] | 692 0: Uint8Array[400] |
| 515 length: 1 | 693 length: 1 |
| 516 __proto__: Array[0] | 694 __proto__: Array[0] |
| 517 globals[37] | 695 globals[37] |
| 518 Uint8Array[400] | 696 Uint8Array[400] |
| 519 [0 … 99] | 697 [0 … 99] |
| 520 [100 … 199] | 698 [100 … 199] |
| 521 [200 … 299] | 699 [200 … 299] |
| 522 [300 … 399] | 700 [300 … 399] |
| 523 foo: "bar" | 701 foo: "bar" |
| 524 __proto__: TypedArray | 702 __proto__: TypedArray |
| 525 console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0…] | 703 console-format.html:7 Uint8Array[400000000] |
| 526 [0 … 99999999] | 704 [0 … 99999999] |
| 527 [100000000 … 199999999] | 705 [100000000 … 199999999] |
| 528 [200000000 … 299999999] | 706 [200000000 … 299999999] |
| 529 [300000000 … 399999999] | 707 [300000000 … 399999999] |
| 530 __proto__: TypedArray | 708 __proto__: TypedArray |
| 531 console-format.html:8 [Uint8Array[400000000]] | 709 console-format.html:8 Array[1] |
| 532 0: Uint8Array[400000000] | 710 0: Uint8Array[400000000] |
| 533 length: 1 | 711 length: 1 |
| 534 __proto__: Array[0] | 712 __proto__: Array[0] |
| 535 globals[38] | 713 globals[38] |
| 536 Uint8Array[400000000] | 714 Uint8Array[400000000] |
| 537 [0 … 99999999] | 715 [0 … 99999999] |
| 538 [100000000 … 199999999] | 716 [100000000 … 199999999] |
| 539 [200000000 … 299999999] | 717 [200000000 … 299999999] |
| 540 [300000000 … 399999999] | 718 [300000000 … 399999999] |
| 541 __proto__: TypedArray | 719 __proto__: TypedArray |
| 542 | 720 |
| OLD | NEW |