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 |