pfeldman@chromium.org | f3f7a52 | 2010-02-15 10:20:48 +0000 | [diff] [blame] | 1 | CONSOLE MESSAGE: line 9: test1,test2 |
commit-queue@webkit.org | a461344 | 2012-04-14 03:06:50 +0000 | [diff] [blame] | 2 | CONSOLE MESSAGE: line 10: [object NodeList] |
pfeldman@chromium.org | f3f7a52 | 2010-02-15 10:20:48 +0000 | [diff] [blame] | 3 | CONSOLE MESSAGE: line 11: [object XPathResult] |
pfeldman@chromium.org | 38776e0 | 2009-10-19 00:20:43 +0000 | [diff] [blame] | 4 | Tests that console logging dumps proper messages. |
| 5 | |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 6 | |
| 7 | |
pfeldman@chromium.org | e525a23 | 2012-03-14 12:03:48 +0000 | [diff] [blame] | 8 | Array[2] |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 9 | 0: "test1" |
| 10 | 1: "test2" |
| 11 | length: 2 |
pfeldman@chromium.org | e525a23 | 2012-03-14 12:03:48 +0000 | [diff] [blame] | 12 | __proto__: Array[0] console-dir.html:9 |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 13 | |
pfeldman@chromium.org | e525a23 | 2012-03-14 12:03:48 +0000 | [diff] [blame] | 14 | NodeList[1] |
pfeldman@chromium.org | 279884b | 2012-08-09 15:13:56 +0000 | [diff] [blame] | 15 | 0: <html> |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 16 | constructor: NodeListConstructor |
| 17 | length: 1 |
commit-queue@webkit.org | a461344 | 2012-04-14 03:06:50 +0000 | [diff] [blame] | 18 | __proto__: NodeListPrototype console-dir.html:10 |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 19 | |
pfeldman@chromium.org | e525a23 | 2012-03-14 12:03:48 +0000 | [diff] [blame] | 20 | XPathResult |
yurys@chromium.org | 4fb5acb | 2011-04-29 12:36:51 +0000 | [diff] [blame] | 21 | booleanValue: [Exception: XPathException] |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 22 | constructor: XPathResultConstructor |
| 23 | invalidIteratorState: false |
yurys@chromium.org | 4fb5acb | 2011-04-29 12:36:51 +0000 | [diff] [blame] | 24 | numberValue: [Exception: XPathException] |
pfeldman@chromium.org | b80c221 | 2011-03-09 09:57:38 +0000 | [diff] [blame] | 25 | resultType: 4 |
yurys@chromium.org | 4fb5acb | 2011-04-29 12:36:51 +0000 | [diff] [blame] | 26 | singleNodeValue: [Exception: XPathException] |
| 27 | snapshotLength: [Exception: XPathException] |
| 28 | stringValue: [Exception: XPathException] |
pfeldman@chromium.org | e525a23 | 2012-03-14 12:03:48 +0000 | [diff] [blame] | 29 | __proto__: XPathResultPrototype console-dir.html:11 |
pfeldman@chromium.org | 38776e0 | 2009-10-19 00:20:43 +0000 | [diff] [blame] | 30 | |