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

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

Issue 1102313002: bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | 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> 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: { 7 InspectorFrontendHost.copyText: {
8 "foo": "bar" 8 "foo": "bar"
9 } 9 }
10 InspectorFrontendHost.copyText: [object Object] 10 InspectorFrontendHost.copyText: [object Object]
11 InspectorFrontendHost.copyText: { 11 InspectorFrontendHost.copyText: {
12 "0": {}, 12 "0": {},
13 "1": {}, 13 "1": {},
14 "2": {}, 14 "2": {},
15 "3": {}, 15 "3": {},
16 "4": {}, 16 "4": {},
17 "5": {}, 17 "5": {},
18 "6": {}, 18 "6": {}
19 "length": 7
20 } 19 }
21 InspectorFrontendHost.copyText: NaN 20 InspectorFrontendHost.copyText: NaN
22 InspectorFrontendHost.copyText: Infinity 21 InspectorFrontendHost.copyText: Infinity
23 InspectorFrontendHost.copyText: null 22 InspectorFrontendHost.copyText: null
24 InspectorFrontendHost.copyText: undefined 23 InspectorFrontendHost.copyText: undefined
25 InspectorFrontendHost.copyText: 1 24 InspectorFrontendHost.copyText: 1
26 InspectorFrontendHost.copyText: true 25 InspectorFrontendHost.copyText: true
27 InspectorFrontendHost.copyText: false 26 InspectorFrontendHost.copyText: false
28 InspectorFrontendHost.copyText: null 27 InspectorFrontendHost.copyText: null
29 28
OLDNEW
« no previous file with comments | « LayoutTests/fast/svg/svglist-expected.txt ('k') | LayoutTests/inspector/console/console-format-collections-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698