| 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 Tests that console logging dumps proper messages. | 4 Tests that console logging dumps proper messages. |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 Array[2] | 8 Array[2] |
| 9 0: "test1" | 9 0: "test1" |
| 10 1: "test2" | 10 1: "test2" |
| 11 length: 2 | 11 length: 2 |
| 12 __proto__: Array[0] console-dir.html:9 | 12 __proto__: Array[0] console-dir.html:9 |
| 13 | 13 |
| 14 NodeList[1] | 14 NodeList[1] |
| 15 0: html | 15 0: html |
| 16 length: 1 | 16 length: 1 |
| 17 __proto__: NodeList console-dir.html:10 | 17 __proto__: NodeList console-dir.html:10 |
| 18 | 18 |
| 19 XPathResult | 19 XPathResult |
| 20 booleanValue: [Exception: XPathException] | 20 booleanValue: [Exception: TypeError] |
| 21 invalidIteratorState: false | 21 invalidIteratorState: false |
| 22 numberValue: [Exception: XPathException] | 22 numberValue: [Exception: TypeError] |
| 23 resultType: 4 | 23 resultType: 4 |
| 24 singleNodeValue: [Exception: XPathException] | 24 singleNodeValue: [Exception: TypeError] |
| 25 snapshotLength: [Exception: XPathException] | 25 snapshotLength: [Exception: TypeError] |
| 26 stringValue: [Exception: XPathException] | 26 stringValue: [Exception: TypeError] |
| 27 __proto__: XPathResult console-dir.html:11 | 27 __proto__: XPathResult console-dir.html:11 |
| 28 | 28 |
| OLD | NEW |