Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-format-collections-expected.txt
index 620232d..7921366 100644 (file)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 15: [object NodeList]
+CONSOLE MESSAGE: line 15: [object HTMLCollection]
 CONSOLE MESSAGE: line 19: [object HTMLCollection]
 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
 CONSOLE MESSAGE: line 27: undefined
@@ -7,7 +7,7 @@ CONSOLE MESSAGE: line 35: [object RadioNodeList]
 CONSOLE MESSAGE: line 41: 1,2,
 CONSOLE MESSAGE: line 44: [object Object]
 CONSOLE MESSAGE: line 51: [object Arguments]
-CONSOLE MESSAGE: line 15: [object NodeList]
+CONSOLE MESSAGE: line 15: [object HTMLCollection]
 CONSOLE MESSAGE: line 19: [object HTMLCollection]
 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
 CONSOLE MESSAGE: line 27: undefined
@@ -18,7 +18,7 @@ CONSOLE MESSAGE: line 44: [object Object]
 CONSOLE MESSAGE: line 51: [object Arguments]
 Tests that console nicely formats HTML Collections and NodeLists.
 
-NodeList[1] console-format-collections.html:15
+HTMLCollection[1] console-format-collections.html:15
 HTMLCollection[3] console-format-collections.html:19
 HTMLOptionsCollection[2] console-format-collections.html:23
 HTMLAllCollection[14] console-format-collections.html:27
@@ -27,11 +27,11 @@ RadioNodeList[2] console-format-collections.html:35
 Array[2] console-format-collections.html:41
 NonArrayWithLength console-format-collections.html:44
 Arguments[2] console-format-collections.html:51
-[select#sel, item: function] console-format-collections.html:15
+[select#sel, sel: select#sel, item: function, namedItem: function] console-format-collections.html:15
 [script, script, script, item: function, namedItem: function] console-format-collections.html:19
 [option, option, selectedIndex: 0, namedItem: function, add: function, remove: function, item: function] console-format-collections.html:23
-[html, head, script, script, script, body, p, div, form#f, select#sel, option, option, input, input, item: function, namedItem: function, tags: function] console-format-collections.html:27
-[select#sel, input, input, namedItem: function, item: function] console-format-collections.html:31
+[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
+[select#sel, input, input, sel: select#sel, x: RadioNodeList[2], namedItem: function, item: function] console-format-collections.html:31
 [input, input, value: "", item: function] console-format-collections.html:35
 [1, Array[2]] console-format-collections.html:41
 NonArrayWithLength {keys: Array[0], length: (...)} console-format-collections.html:44