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 CONSOLE MESSAGE: line 24: function () {} | 5 CONSOLE MESSAGE: line 24: function () {} |
6 CONSOLE MESSAGE: line 28: [object Object] | 6 CONSOLE MESSAGE: line 28: [object Object] |
7 Tests that console logging dumps proper messages. | 7 Tests that console logging dumps proper messages. |
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 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 XPathResult | 18 XPathResult |
19 booleanValue: [Exception: TypeError] | 19 booleanValue: [Exception: TypeError: Failed to read the 'booleanValue' prope
rty from 'XPathResult': The result type is not a boolean.] |
20 invalidIteratorState: false | 20 invalidIteratorState: false |
21 numberValue: [Exception: TypeError] | 21 numberValue: [Exception: TypeError: Failed to read the 'numberValue' propert
y from 'XPathResult': The result type is not a number.] |
22 resultType: 4 | 22 resultType: 4 |
23 singleNodeValue: [Exception: TypeError] | 23 singleNodeValue: [Exception: TypeError: Failed to read the 'singleNodeValue'
property from 'XPathResult': The result type is not a single node.] |
24 snapshotLength: [Exception: TypeError] | 24 snapshotLength: [Exception: TypeError: Failed to read the 'snapshotLength' p
roperty from 'XPathResult': The result type is not a snapshot.] |
25 stringValue: [Exception: TypeError] | 25 stringValue: [Exception: TypeError: Failed to read the 'stringValue' propert
y from 'XPathResult': The result type is not a string.] |
26 __proto__: XPathResult console-dir.html:11 | 26 __proto__: XPathResult console-dir.html:11 |
27 Object | 27 Object |
28 "": "" | 28 "": "" |
29 " ": " " | 29 " ": " " |
30 " a b ": " a b " | 30 " a b ": " a b " |
31 $foo5_: 0 | 31 $foo5_: 0 |
32 "a↵↵b↵c": "a↵↵b↵c" | 32 "a↵↵b↵c": "a↵↵b↵c" |
33 c d: "c d" | 33 c d: "c d" |
34 negZero: -0 | 34 negZero: -0 |
35 __proto__: Object console-dir.html:21 | 35 __proto__: Object console-dir.html:21 |
36 function () {} | 36 function () {} |
37 arguments: null | 37 arguments: null |
38 caller: null | 38 caller: null |
39 length: 0 | 39 length: 0 |
40 name: "" | 40 name: "" |
41 prototype: Object | 41 prototype: Object |
42 __proto__: function Empty() {} | 42 __proto__: function Empty() {} |
43 <function scope> console-dir.html:24 | 43 <function scope> console-dir.html:24 |
44 outer.inner | 44 outer.inner |
45 __proto__: outer.inner console-dir.html:28 | 45 __proto__: outer.inner console-dir.html:28 |
46 | 46 |
OLD | NEW |