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

Unified Diff: LayoutTests/inspector/console/console-command-copy-expected.txt

Issue 102433002: [DevTools] Improved console.copy command to handle JSON.stringifyable objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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: LayoutTests/inspector/console/console-command-copy-expected.txt
diff --git a/LayoutTests/inspector/console/console-command-copy-expected.txt b/LayoutTests/inspector/console/console-command-copy-expected.txt
index 8c3e63928ba56a606291c6e194ef6feb9cf3e48f..6ee4f5d566152a860a6a45a81766970f72a65504 100644
--- a/LayoutTests/inspector/console/console-command-copy-expected.txt
+++ b/LayoutTests/inspector/console/console-command-copy-expected.txt
@@ -1,4 +1,12 @@
Tests that console's copy command is copying into front-end buffer.
InspectorFrontendHost.copyText: qwerty
+InspectorFrontendHost.copyText: <p>
+ Tests that console's copy command is copying into front-end buffer.
+</p>
+InspectorFrontendHost.copyText: {
+ "foo": "bar"
+}
+InspectorFrontendHost.copyText: [object Object]
+InspectorFrontendHost.copyText: [object HTMLAllCollection]

Powered by Google App Engine
This is Rietveld 408576698