Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-dir-expected.txt
blob78bec65c302e5d554622e4f9d86cc915a7360180
1 CONSOLE MESSAGE: line 9: test1,test2
2 CONSOLE MESSAGE: line 10: [object NodeList]
3 CONSOLE MESSAGE: line 11: [object XPathResult]
4 CONSOLE MESSAGE: line 21: [object Object]
5 CONSOLE MESSAGE: line 24: function () {}
6 CONSOLE MESSAGE: line 28: [object Object]
7 CONSOLE MESSAGE: line 31: [object Object]
8 CONSOLE MESSAGE: line 32: [object Object]
9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] }
10 CONSOLE MESSAGE: line 39: [object Uint8Array]
11 Tests that console logging dumps proper messages.
13 console-dir.html:4 Array[2]
14     0: "test1"
15     1: "test2"
16     length: 2
17     __proto__: Array[0]
18 console-dir.html:5 NodeList[1]
19     0: html
20     length: 1
21     __proto__: NodeList
22 console-dir.html:6 XPathResult
23     invalidIteratorState: false
24     resultType: 4
25     __proto__: XPathResult
26 console-dir.html:16 Object
27     "": ""
28     "  ": "  "
29     " a b ": " a b "
30     $foo5_: 0
31     "a↵↵b↵c": "a↵↵b↵c"
32     c d: "c d"
33     negZero: -0
34     __proto__: Object
35 console-dir.html:19 anonymous()
36     arguments: null
37     caller: null
38     length: 0
39     name: ""
40     prototype: Object
41     __proto__: ()
42     <function scope>
43         Global: Window
44 console-dir.html:23 outer.inner
45     __proto__: outer.inner
46 console-dir.html:26 Object
47     No Properties
48 console-dir.html:27 Object
49     foo: Object
50         No Properties
51     __proto__: Object
52 console-dir.html:29 get __proto__()
53     arguments: null
54     caller: null
55     length: 0
56     name: "get __proto__"
57     __proto__: ()
58     <function scope>
59         No Scopes
60 console-dir.html:34 Uint8Array[400000000]
61     [0 … 99999999]
62     [100000000 … 199999999]
63     [200000000 … 299999999]
64     [300000000 … 399999999]
65     __proto__: Uint8Array