| 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 constructor: NodeListConstructor | 16 constructor: NodeListConstructor |
| 17 length: 1 | 17 length: 1 |
| 18 __proto__: NodeListPrototype console-dir.html:10 | 18 __proto__: NodeListPrototype console-dir.html:10 |
| 19 | 19 |
| 20 XPathResult | 20 XPathResult |
| 21 booleanValue: [Exception: XPathException] | 21 booleanValue: [Exception: XPathException] |
| 22 constructor: XPathResultConstructor | 22 constructor: XPathResultConstructor |
| 23 invalidIteratorState: false | 23 invalidIteratorState: false |
| 24 numberValue: [Exception: XPathException] | 24 numberValue: [Exception: XPathException] |
| 25 resultType: 4 | 25 resultType: 4 |
| 26 singleNodeValue: [Exception: XPathException] | 26 singleNodeValue: [Exception: XPathException] |
| 27 snapshotLength: [Exception: XPathException] | 27 snapshotLength: [Exception: XPathException] |
| 28 stringValue: [Exception: XPathException] | 28 stringValue: [Exception: XPathException] |
| 29 __proto__: XPathResultPrototype console-dir.html:11 | 29 __proto__: XPathResultPrototype console-dir.html:11 |
| 30 | 30 |
| OLD | NEW |