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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that console's copy command is copying into front-end buffer. 1 Tests that console's copy command is copying into front-end buffer.
2 2
3 InspectorFrontendHost.copyText: qwerty 3 InspectorFrontendHost.copyText: qwerty
4 InspectorFrontendHost.copyText: <p>
5 Tests that console's copy command is copying into front-end buffer.
6 </p>
7 InspectorFrontendHost.copyText: {
8 "foo": "bar"
9 }
10 InspectorFrontendHost.copyText: [object Object]
11 InspectorFrontendHost.copyText: [object HTMLAllCollection]
12 InspectorFrontendHost.copyText: NaN
13 InspectorFrontendHost.copyText: Infinity
14 InspectorFrontendHost.copyText: null
15 InspectorFrontendHost.copyText: undefined
16 InspectorFrontendHost.copyText: 1
17 InspectorFrontendHost.copyText: true
18 InspectorFrontendHost.copyText: false
19 InspectorFrontendHost.copyText: null
4 20
OLDNEW
« 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