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

Side by Side Diff: third_party/WebKit/Source/devtools/tests/console/console-command-copy-expected.txt

Issue 2829663005: DevTools: delete copied tests and update readme (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/tests/console/console-command-copy.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests that console's copy command is copying into front-end buffer.
2
3 InspectorFrontendHost.copyText: 1
4 InspectorFrontendHost.copyText: <p>
5 Tests that console's copy command is copying into front-end buffer.
6 </p>
7 InspectorFrontendHost.copyText: Infinity
8 InspectorFrontendHost.copyText: NaN
9 InspectorFrontendHost.copyText: [object Object]
10 InspectorFrontendHost.copyText: false
11 InspectorFrontendHost.copyText: null
12 InspectorFrontendHost.copyText: null
13 InspectorFrontendHost.copyText: qwerty
14 InspectorFrontendHost.copyText: true
15 InspectorFrontendHost.copyText: {
16 "foo": "bar"
17 }
18 InspectorFrontendHost.copyText: undefined
19
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/tests/console/console-command-copy.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698