blob: bd6f4fca6e833a644a62bb4087c843e151c03656 [file] [log] [blame]
pfeldman@chromium.orgf3f7a522010-02-15 10:20:48 +00001CONSOLE MESSAGE: line 9: test1,test2
commit-queue@webkit.orga4613442012-04-14 03:06:50 +00002CONSOLE MESSAGE: line 10: [object NodeList]
pfeldman@chromium.orgf3f7a522010-02-15 10:20:48 +00003CONSOLE MESSAGE: line 11: [object XPathResult]
pfeldman@chromium.org38776e02009-10-19 00:20:43 +00004Tests that console logging dumps proper messages.
5
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +00006
7
pfeldman@chromium.orge525a232012-03-14 12:03:48 +00008Array[2]
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +00009 0: "test1"
10 1: "test2"
11 length: 2
pfeldman@chromium.orge525a232012-03-14 12:03:48 +000012 __proto__: Array[0] console-dir.html:9
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +000013
pfeldman@chromium.orge525a232012-03-14 12:03:48 +000014NodeList[1]
pfeldman@chromium.org279884b2012-08-09 15:13:56 +000015 0: <html>
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +000016 constructor: NodeListConstructor
17 length: 1
commit-queue@webkit.orga4613442012-04-14 03:06:50 +000018 __proto__: NodeListPrototype console-dir.html:10
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +000019
pfeldman@chromium.orge525a232012-03-14 12:03:48 +000020XPathResult
yurys@chromium.org4fb5acb2011-04-29 12:36:51 +000021 booleanValue: [Exception: XPathException]
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +000022 constructor: XPathResultConstructor
23 invalidIteratorState: false
yurys@chromium.org4fb5acb2011-04-29 12:36:51 +000024 numberValue: [Exception: XPathException]
pfeldman@chromium.orgb80c2212011-03-09 09:57:38 +000025 resultType: 4
yurys@chromium.org4fb5acb2011-04-29 12:36:51 +000026 singleNodeValue: [Exception: XPathException]
27 snapshotLength: [Exception: XPathException]
28 stringValue: [Exception: XPathException]
pfeldman@chromium.orge525a232012-03-14 12:03:48 +000029 __proto__: XPathResultPrototype console-dir.html:11
pfeldman@chromium.org38776e02009-10-19 00:20:43 +000030