| 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 6cd6bfd67c184343076a111d253c19dacab31086..a8996dbfe6bb31c242b69b89a54d4bce2782a239 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
|
| @@ -3,7 +3,7 @@
|
| Tests that console logging dumps object values defined by getters and allows to expand it.
|
|
|
| console-log-object-with-getter.html:15 Object {}
|
| -console-log-object-with-getter.html:16 [(...), undefined × 1]
|
| +console-log-object-with-getter.html:16 [(...)]
|
| console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objectget foo: function ()set bar: function (x)__proto__: Object
|
| console-log-object-with-getter.html:16 Array(2)0: 1length: 2get 0: function ()set 1: function (x)__proto__: Array(0)
|
|
|
|
|