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

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 cornercases. Added more tests. 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..73cdfee1cbf9890e34420a437b8701721328857b 100644
--- a/LayoutTests/inspector/console/console-command-copy-expected.txt
+++ b/LayoutTests/inspector/console/console-command-copy-expected.txt
@@ -1,4 +1,19 @@
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

Powered by Google App Engine
This is Rietveld 408576698