Index: LayoutTests/inspector/console/console-dir-es6-expected.txt |
diff --git a/LayoutTests/inspector/console/console-dir-es6-expected.txt b/LayoutTests/inspector/console/console-dir-es6-expected.txt |
index cbad05fb8d9bbd61f2f6373e7c2f8adc55ac0f2e..fba329a55dd37809dd88eff58e3b12fefd28df0c 100644 |
--- a/LayoutTests/inspector/console/console-dir-es6-expected.txt |
+++ b/LayoutTests/inspector/console/console-dir-es6-expected.txt |
@@ -1,4 +1,6 @@ |
CONSOLE MESSAGE: line 15: [object Object] |
+CONSOLE MESSAGE: line 18: |
+CONSOLE MESSAGE: line 20: function () {} |
Tests that console logging dumps proper messages. |
Object |
@@ -8,4 +10,13 @@ Object |
Symbol(a): Symbol(Symbol.iterator) |
a: 1 |
__proto__: Object console-dir-es6.html:15 |
+Symbol() console-dir-es6.html:18 |
+function () {} |
+ arguments: null |
+ caller: null |
+ length: 0 |
+ name: "" |
+ prototype: Object |
+ __proto__: function Empty() {} |
+ <function scope> console-dir-es6.html:20 |