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

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: Fixed indentation. 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..7097d3539367c1eea487dd1f902dcd18e42b3f69 100644
--- a/LayoutTests/inspector/console/console-command-copy-expected.txt
+++ b/LayoutTests/inspector/console/console-command-copy-expected.txt
@@ -1,4 +1,20 @@
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]
+InspectorFrontendHost.copyText: NaN
+InspectorFrontendHost.copyText: Infinity
+InspectorFrontendHost.copyText: null
+InspectorFrontendHost.copyText: undefined
+InspectorFrontendHost.copyText: 1
+InspectorFrontendHost.copyText: true
+InspectorFrontendHost.copyText: false
+InspectorFrontendHost.copyText: null
« no previous file with comments | « LayoutTests/inspector/console/console-command-copy.html ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698