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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reuse dump() in tests Created 4 years, 4 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-log-object-with-getter-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt
index 3257afde127f73c6468c7bc64ce26b80a9f85eb1..ba61f01abdde2edf123726df11ec8e068bf8cd7b 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt
@@ -1,5 +1,5 @@
CONSOLE MESSAGE: line 10: [object Object]
Tests that console logging dumps object values defined by getters and allows to expand it.
-console-log-object-with-getter.html:10 Object {}foo: Objecta: 1b: 2__proto__: Objectget foo: ()__proto__: Object
+console-log-object-with-getter.html:10 Objectfoo: Objecta: 1b: 2__proto__: Objectget foo: ()__proto__: Object

Powered by Google App Engine
This is Rietveld 408576698