OLD | NEW |
1 CONSOLE MESSAGE: line 15: [object HTMLCollection] | 1 CONSOLE MESSAGE: line 15: [object HTMLCollection] |
2 CONSOLE MESSAGE: line 19: [object HTMLCollection] | 2 CONSOLE MESSAGE: line 19: [object HTMLCollection] |
3 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] | 3 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] |
4 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] | 4 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] |
5 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection] | 5 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection] |
6 CONSOLE MESSAGE: line 35: [object RadioNodeList] | 6 CONSOLE MESSAGE: line 35: [object RadioNodeList] |
7 CONSOLE MESSAGE: line 41: 1,2, | 7 CONSOLE MESSAGE: line 41: 1,2, |
8 CONSOLE MESSAGE: line 44: [object Object] | 8 CONSOLE MESSAGE: line 44: [object Object] |
9 CONSOLE MESSAGE: line 51: [object Arguments] | 9 CONSOLE MESSAGE: line 51: [object Object] |
10 CONSOLE MESSAGE: line 55: c1 c2 c3 | 10 CONSOLE MESSAGE: line 55: [object DOMTokenList] |
11 CONSOLE MESSAGE: line 15: [object HTMLCollection] | 11 CONSOLE MESSAGE: line 15: [object HTMLCollection] |
12 CONSOLE MESSAGE: line 19: [object HTMLCollection] | 12 CONSOLE MESSAGE: line 19: [object HTMLCollection] |
13 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] | 13 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] |
14 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] | 14 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] |
15 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection] | 15 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection] |
16 CONSOLE MESSAGE: line 35: [object RadioNodeList] | 16 CONSOLE MESSAGE: line 35: [object RadioNodeList] |
17 CONSOLE MESSAGE: line 41: 1,2, | 17 CONSOLE MESSAGE: line 41: 1,2, |
18 CONSOLE MESSAGE: line 44: [object Object] | 18 CONSOLE MESSAGE: line 44: [object Object] |
19 CONSOLE MESSAGE: line 51: [object Arguments] | 19 CONSOLE MESSAGE: line 51: [object Object] |
20 CONSOLE MESSAGE: line 55: c1 c2 c3 | 20 CONSOLE MESSAGE: line 55: [object DOMTokenList] |
21 Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists. | 21 Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists. |
22 | 22 |
23 HTMLCollection[1] console-format-collections.html:15 | 23 HTMLCollection[1] console-format-collections.html:15 |
24 HTMLCollection[3] console-format-collections.html:19 | 24 HTMLCollection[3] console-format-collections.html:19 |
25 HTMLOptionsCollection[2] console-format-collections.html:23 | 25 HTMLOptionsCollection[2] console-format-collections.html:23 |
26 HTMLAllCollection[14] console-format-collections.html:27 | 26 HTMLAllCollection[14] console-format-collections.html:27 |
27 HTMLFormControlsCollection[3] console-format-collections.html:31 | 27 HTMLFormControlsCollection[3] console-format-collections.html:31 |
28 RadioNodeList[2] console-format-collections.html:35 | 28 RadioNodeList[2] console-format-collections.html:35 |
29 Array[2] console-format-collections.html:41 | 29 Array[2] console-format-collections.html:41 |
30 NonArrayWithLength console-format-collections.html:44 | 30 NonArrayWithLength console-format-collections.html:44 |
31 Arguments[2] console-format-collections.html:51 | 31 Arguments[2] console-format-collections.html:51 |
32 DOMTokenList[3] console-format-collections.html:55 | 32 DOMTokenList[3] console-format-collections.html:55 |
33 [select#sel, sel: select#sel, item: function, namedItem: function] console-forma
t-collections.html:15 | 33 [select#sel, sel: select#sel, item: function, namedItem: function] console-forma
t-collections.html:15 |
34 [script, script, script, item: function, namedItem: function] console-format-col
lections.html:19 | 34 [script, script, script, item: function, namedItem: function] console-format-col
lections.html:19 |
35 [option, option, selectedIndex: 0, namedItem: function, add: function, remove: f
unction, item: function] console-format-collections.html:23 | 35 [option, option, selectedIndex: 0, namedItem: function, add: function, remove: f
unction, item: function] console-format-collections.html:23 |
36 [html, head, script, script, script, body, p, div.c1.c2.c3, 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 | 36 [html, head, script, script, script, body, p, div.c1.c2.c3, 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 |
37 [select#sel, input, input, sel: select#sel, x: RadioNodeList[2], namedItem: func
tion, item: function] console-format-collections.html:31 | 37 [select#sel, input, input, sel: select#sel, x: RadioNodeList[2], namedItem: func
tion, item: function] console-format-collections.html:31 |
38 [input, input, value: "", item: function] console-format-collections.html:35 | 38 [input, input, value: "", item: function] console-format-collections.html:35 |
39 [1, Array[2]] console-format-collections.html:41 | 39 [1, Array[2]] console-format-collections.html:41 |
40 NonArrayWithLength {keys: Array[0], length: (...)} console-format-collections.ht
ml:44 | 40 NonArrayWithLength {keys: Array[0], length: (...)} console-format-collections.ht
ml:44 |
41 [1, "2"] console-format-collections.html:51 | 41 [1, "2"] console-format-collections.html:51 |
42 ["c1", "c2", "c3", item: function, contains: function, add: function, remove: fu
nction, toggle: function] console-format-collections.html:55 | 42 ["c1", "c2", "c3", item: function, contains: function, add: function, remove: fu
nction, toggle: function] console-format-collections.html:55 |
43 | 43 |
OLD | NEW |