| 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 21: [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 |
| 15 NodeList[1] | 15 NodeList[1] |
| 16 0: html | 16 0: html |
| 17 length: (...) | 17 length: 1 |
| 18 __proto__: NodeList console-dir.html:10 | 18 __proto__: NodeList console-dir.html:10 |
| 19 | 19 |
| 20 XPathResult | 20 XPathResult |
| 21 booleanValue: [Exception: TypeError] | 21 booleanValue: [Exception: TypeError] |
| 22 invalidIteratorState: false | 22 invalidIteratorState: false |
| 23 numberValue: [Exception: TypeError] | 23 numberValue: [Exception: TypeError] |
| 24 resultType: 4 | 24 resultType: 4 |
| 25 singleNodeValue: [Exception: TypeError] | 25 singleNodeValue: [Exception: TypeError] |
| 26 snapshotLength: [Exception: TypeError] | 26 snapshotLength: [Exception: TypeError] |
| 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 negZero: -0 | 37 negZero: -0 |
| 38 __proto__: Object console-dir.html:21 | 38 __proto__: Object console-dir.html:21 |
| 39 | 39 |
| OLD | NEW |