| Index: third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt
|
| index 427e679b54ab3a0f685b11e21c8150ce51b4610f..ffc9ff9f4334b48b80976f80ddb4643fec229cf0 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt
|
| @@ -6,11 +6,11 @@ Node was hidden after dblclick: true
|
| Node was hidden after dblclick: true
|
| Node was hidden after dblclick: true
|
| logToConsole()
|
| -console-edit-property-value.html:10 Object {a: 1, b: "foo", c: null, d: 2}
|
| +console-edit-property-value.html:10 {a: 1, b: "foo", c: null, d: 2}
|
| a: 3
|
| b: "foo"
|
| - c: Array(3)
|
| - d: Object
|
| + c: (3) [1, 2, 3]
|
| + d: {x: 2}
|
| __proto__: Object
|
| undefined
|
|
|
|
|