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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-command-copy-expected.txt

Issue 1921413002: [DevTools] Move inspect and copy to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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: 1
4 InspectorFrontendHost.copyText: <p> 4 InspectorFrontendHost.copyText: <p>
5 Tests that console's copy command is copying into front-end buffer. 5 Tests that console's copy command is copying into front-end buffer.
6 </p> 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
7 InspectorFrontendHost.copyText: { 15 InspectorFrontendHost.copyText: {
8 "foo": "bar" 16 "foo": "bar"
9 } 17 }
10 InspectorFrontendHost.copyText: [object Object]
11 InspectorFrontendHost.copyText: {
12 "0": {},
13 "1": {},
14 "2": {},
15 "3": {},
16 "4": {},
17 "5": {},
18 "6": {}
19 }
20 InspectorFrontendHost.copyText: NaN
21 InspectorFrontendHost.copyText: Infinity
22 InspectorFrontendHost.copyText: null
23 InspectorFrontendHost.copyText: undefined 18 InspectorFrontendHost.copyText: undefined
24 InspectorFrontendHost.copyText: 1
25 InspectorFrontendHost.copyText: true
26 InspectorFrontendHost.copyText: false
27 InspectorFrontendHost.copyText: null
28 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698