| 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 1164bc9541666523e51f2ed35ac05b7244b9329a..427e679b54ab3a0f685b11e21c8150ce51b4610f 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
|
| @@ -4,11 +4,13 @@ Tests that property values can be edited inline in the console via double click.
|
| Node was hidden after dblclick: true
|
| 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}
|
| +console-edit-property-value.html:10 Object {a: 1, b: "foo", c: null, d: 2}
|
| a: 3
|
| b: "foo"
|
| c: Array(3)
|
| + d: Object
|
| __proto__: Object
|
| undefined
|
|
|
|
|