Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: LayoutTests/inspector/console/console-format-collections-expected.txt

Issue 197073004: DevTools: Fix wrong is-array-like detection when logging in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-format-collections-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-collections-expected.txt b/LayoutTests/inspector/console/console-format-collections-expected.txt
index 7921366180225c43b938681bb5306d32eae92993..4602039a5f931ff4567c1ae46a090bbf778736e6 100644
--- a/LayoutTests/inspector/console/console-format-collections-expected.txt
+++ b/LayoutTests/inspector/console/console-format-collections-expected.txt
@@ -7,6 +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 55: c1 c2 c3
CONSOLE MESSAGE: line 15: [object HTMLCollection]
CONSOLE MESSAGE: line 19: [object HTMLCollection]
CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
@@ -16,7 +17,8 @@ CONSOLE MESSAGE: line 35: [object RadioNodeList]
CONSOLE MESSAGE: line 41: 1,2,
CONSOLE MESSAGE: line 44: [object Object]
CONSOLE MESSAGE: line 51: [object Arguments]
-Tests that console nicely formats HTML Collections and NodeLists.
+CONSOLE MESSAGE: line 55: c1 c2 c3
+Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists.
HTMLCollection[1] console-format-collections.html:15
HTMLCollection[3] console-format-collections.html:19
@@ -27,13 +29,15 @@ 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
+DOMTokenList[3] console-format-collections.html:55
[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, f: form#f, sel: select#sel, x: NodeList[2], item: function, namedItem: function] console-format-collections.html:27
+[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
[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
[1, "2"] console-format-collections.html:51
+["c1", "c2", "c3", item: function, contains: function, add: function, remove: function, toggle: function] console-format-collections.html:55

Powered by Google App Engine
This is Rietveld 408576698