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

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

Issue 2881053003: DevTools: enable object previews experiment by default (Closed)
Patch Set: fix extension sidebar test Created 3 years, 7 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 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

Powered by Google App Engine
This is Rietveld 408576698