Index: third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt |
index 2ee602ad906d9291c31a01d02633dbd2bf6ec169..fab585a453216ea695e74999133639b5be537a38 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt |
@@ -1,5 +1,9 @@ |
-CONSOLE MESSAGE: line 11: [object Object] |
+CONSOLE MESSAGE: line 15: [object Object] |
+CONSOLE MESSAGE: line 16: 1, |
Tests that console logging dumps object values defined by getters and allows to expand it. |
-console-log-object-with-getter.html:11 Objectfoo: Objecta: 1b: 2__proto__: Objectset bar: function (x)get foo: function ()__proto__: Object |
+console-log-object-with-getter.html:15 Object {} |
+console-log-object-with-getter.html:16 [] |
+console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objectset bar: function (x)get foo: function ()__proto__: Object |
+console-log-object-with-getter.html:16 Array(2)0: 1length: 2get 0: function ()set 1: function (x)__proto__: Array(0) |