OLD | NEW |
1 CONSOLE MESSAGE: line 15: [object NodeList] | 1 CONSOLE MESSAGE: line 15: [object NodeList] |
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 HTMLCollection] | 5 CONSOLE MESSAGE: line 31: [object HTMLCollection] |
6 CONSOLE MESSAGE: line 35: [object NodeList] | 6 CONSOLE MESSAGE: line 35: [object NodeList] |
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 Arguments] |
10 CONSOLE MESSAGE: line 15: [object NodeList] | 10 CONSOLE MESSAGE: line 15: [object NodeList] |
11 CONSOLE MESSAGE: line 19: [object HTMLCollection] | 11 CONSOLE MESSAGE: line 19: [object HTMLCollection] |
12 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] | 12 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] |
13 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] | 13 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] |
14 CONSOLE MESSAGE: line 31: [object HTMLCollection] | 14 CONSOLE MESSAGE: line 31: [object HTMLCollection] |
15 CONSOLE MESSAGE: line 35: [object NodeList] | 15 CONSOLE MESSAGE: line 35: [object NodeList] |
16 CONSOLE MESSAGE: line 41: 1,2, | 16 CONSOLE MESSAGE: line 41: 1,2, |
17 CONSOLE MESSAGE: line 44: [object Object] | 17 CONSOLE MESSAGE: line 44: [object Object] |
18 CONSOLE MESSAGE: line 51: [object Arguments] | 18 CONSOLE MESSAGE: line 51: [object Arguments] |
19 Tests that console nicely formats HTML Collections and NodeLists. | 19 Tests that console nicely formats HTML Collections and NodeLists. |
20 | 20 |
21 NodeList[1] console-format-collections.html:15 | 21 NodeList[1] console-format-collections.html:15 |
22 HTMLCollection[3] console-format-collections.html:19 | 22 HTMLCollection[3] console-format-collections.html:19 |
23 HTMLOptionsCollection[2] console-format-collections.html:23 | 23 HTMLOptionsCollection[2] console-format-collections.html:23 |
24 HTMLAllCollection[14] console-format-collections.html:27 | 24 HTMLAllCollection[14] console-format-collections.html:27 |
25 HTMLCollection[3] console-format-collections.html:31 | 25 HTMLCollection[3] console-format-collections.html:31 |
26 NodeList[2] console-format-collections.html:35 | 26 NodeList[2] console-format-collections.html:35 |
27 Array[2] console-format-collections.html:41 | 27 Array[2] console-format-collections.html:41 |
28 NonArrayWithLength console-format-collections.html:44 | 28 NonArrayWithLength console-format-collections.html:44 |
29 Arguments[2] console-format-collections.html:51 | 29 Arguments[2] console-format-collections.html:51 |
30 [<select>] console-format-collections.html:15 | 30 [<select>, item: function] console-format-collections.html:15 |
31 console-format-collections.html:19 | 31 [<script>, <script>, <script>, item: function, namedItem: function] console-form
at-collections.html:19 |
32 [<option>, <option>, selectedIndex: 0] console-format-collections.html:23 | 32 [<option>, <option>, selectedIndex: 0, remove: function, add: function, item: fu
nction, namedItem: function] console-format-collections.html:23 |
33 console-format-collections.html:27 | 33 [<html>, <head>, <script>, <script>, <script>, <body>, <p>, <div>, <form>, <sele
ct>, <option>, <option>, <input>, <input>, namedItem: function, tags: function,
item: function] console-format-collections.html:27 |
34 console-format-collections.html:31 | 34 [<select>, <input>, <input>, item: function, namedItem: function] console-format
-collections.html:31 |
35 [<input>, <input>] console-format-collections.html:35 | 35 [<input>, <input>, item: function] console-format-collections.html:35 |
36 [1, Array[2]] console-format-collections.html:41 | 36 [1, Array[2]] console-format-collections.html:41 |
37 NonArrayWithLength {keys: Array[0]} console-format-collections.html:44 | 37 NonArrayWithLength {keys: Array[0]} console-format-collections.html:44 |
38 [1, "2"] console-format-collections.html:51 | 38 [1, "2"] console-format-collections.html:51 |
39 | 39 |
OLD | NEW |