Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-format-collections-expected.txt
1 CONSOLE MESSAGE: line 15: [object HTMLCollection]
2 CONSOLE MESSAGE: line 19: [object HTMLCollection]
3 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
4 CONSOLE MESSAGE: line 27: undefined
5 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
6 CONSOLE MESSAGE: line 35: [object RadioNodeList]
7 CONSOLE MESSAGE: line 41: 1,2,
8 CONSOLE MESSAGE: line 44: [object Object]
9 CONSOLE MESSAGE: line 51: [object Arguments]
10 CONSOLE MESSAGE: line 15: [object HTMLCollection]
11 CONSOLE MESSAGE: line 19: [object HTMLCollection]
12 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
13 CONSOLE MESSAGE: line 27: undefined
14 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
15 CONSOLE MESSAGE: line 35: [object RadioNodeList]
16 CONSOLE MESSAGE: line 41: 1,2,
17 CONSOLE MESSAGE: line 44: [object Object]
18 CONSOLE MESSAGE: line 51: [object Arguments]
19 Tests that console nicely formats HTML Collections and NodeLists.
20
21 HTMLCollection[1] console-format-collections.html:15
22 HTMLCollection[3] console-format-collections.html:19
23 HTMLOptionsCollection[2] console-format-collections.html:23
24 HTMLAllCollection[14] console-format-collections.html:27
25 HTMLFormControlsCollection[3] console-format-collections.html:31
26 RadioNodeList[2] console-format-collections.html:35
27 Array[2] console-format-collections.html:41
28 NonArrayWithLength console-format-collections.html:44
29 Arguments[2] console-format-collections.html:51
30 [select#sel, sel: select#sel, item: function, namedItem: function] console-format-collections.html:15
31 [script, script, script, item: function, namedItem: function] console-format-collections.html:19
32 [option, option, selectedIndex: 0, namedItem: function, add: function, remove: function, item: function] console-format-collections.html:23
33 [html, head, script, script, script, body, p, div, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList[2], item: function, namedItem: function] console-format-collections.html:27
34 [select#sel, input, input, sel: select#sel, x: RadioNodeList[2], namedItem: function, item: function] console-format-collections.html:31
35 [input, input, value: "", item: function] console-format-collections.html:35
36 [1, Array[2]] console-format-collections.html:41
37 NonArrayWithLength {keys: Array[0], length: (...)} console-format-collections.html:44
38 [1, "2"] console-format-collections.html:51
39