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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-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-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..73e66a17ec8e4cfb2641a069fb435d7127a3e94f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-edit-property-value-expected.txt
@@ -0,0 +1,14 @@
+CONSOLE MESSAGE: line 10: [object Object]
+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
+logToConsole()
+console-edit-property-value.html:10 Object
+ a: 3
+ b: "foo"
+ c: Array[3]
+ __proto__: Object
+undefined
+

Powered by Google App Engine
This is Rietveld 408576698