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

Unified Diff: LayoutTests/inspector/console/console-format-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-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
index b871a2f6469c14bf5f6c403865cbcd3abe968aed..f973cde30ac73503619e6a4611b525ea784d89ed 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -66,6 +66,8 @@ CONSOLE MESSAGE: line 12: function Object() { [native code] }
CONSOLE MESSAGE: line 13: function Object() { [native code] }
CONSOLE MESSAGE: line 12: [object Object]
CONSOLE MESSAGE: line 13: [object Object]
+CONSOLE MESSAGE: line 12: function () {}
+CONSOLE MESSAGE: line 13: function () {}
Tests that console logging dumps proper messages.
Array[10]0: "test"1: "test2"4: "test4"foo: Objectlength: 10__proto__: Array[0] console-format.html:26
@@ -196,4 +198,8 @@ Object {} console-format.html:12
[Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
globals[29]
Object {}
+function () {} console-format.html:12
+[function]0: function () {}length: 1__proto__: Array[0] console-format.html:13
+globals[30]
+function () {} console-format.html:55
« no previous file with comments | « LayoutTests/inspector/console/console-format-collections-expected.txt ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698