Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt

Issue 2800573002: DevTools: editing property values should wrap object literals similar to console (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698