Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e36ae48d8d1e2819ff3e922e2c6f5c053e3b5a49 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt |
| @@ -0,0 +1,7 @@ |
| +CONSOLE MESSAGE: line 10: [object Object] |
| +Tests that property values can be edited inline in the console via double click. |
| + |
| +logToConsole() |
| +console-edit-property-value.html:10 Objecta: 3b: "foo"c: Array[3]__proto__: Object |
|
lushnikov
2016/08/03 22:34:48
can we use some InspectorTest.dumpObjectPropertyTr
luoe
2016/08/05 01:12:47
We can make a custom formatter for dumping object
|
| +undefined |
| + |