| OLD | NEW |
| 1 CONSOLE MESSAGE: line 9: test1,test2 | 1 CONSOLE MESSAGE: line 9: test1,test2 |
| 2 CONSOLE MESSAGE: line 10: [object NodeList] | 2 CONSOLE MESSAGE: line 10: [object NodeList] |
| 3 CONSOLE MESSAGE: line 11: [object XPathResult] | 3 CONSOLE MESSAGE: line 11: [object XPathResult] |
| 4 CONSOLE MESSAGE: line 20: [object Object] | 4 CONSOLE MESSAGE: line 21: [object Object] |
| 5 Tests that console logging dumps proper messages. | 5 Tests that console logging dumps proper messages. |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 Array[2] | 9 Array[2] |
| 10 0: "test1" | 10 0: "test1" |
| 11 1: "test2" | 11 1: "test2" |
| 12 length: 2 | 12 length: 2 |
| 13 __proto__: Array[0] console-dir.html:9 | 13 __proto__: Array[0] console-dir.html:9 |
| 14 | 14 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 27 stringValue: [Exception: TypeError] | 27 stringValue: [Exception: TypeError] |
| 28 __proto__: XPathResult console-dir.html:11 | 28 __proto__: XPathResult console-dir.html:11 |
| 29 | 29 |
| 30 Object | 30 Object |
| 31 "": "" | 31 "": "" |
| 32 " ": " " | 32 " ": " " |
| 33 " a b ": " a b " | 33 " a b ": " a b " |
| 34 $foo5_: 0 | 34 $foo5_: 0 |
| 35 "a↵↵b↵c": "a↵↵b↵c" | 35 "a↵↵b↵c": "a↵↵b↵c" |
| 36 c d: "c d" | 36 c d: "c d" |
| 37 __proto__: Object console-dir.html:20 | 37 negZero: -0 |
| 38 __proto__: Object console-dir.html:21 |
| 38 | 39 |
| OLD | NEW |