| OLD | NEW |
| 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: [object HTMLAllCollection] | 11 InspectorFrontendHost.copyText: { |
| 12 "0": {}, |
| 13 "1": {}, |
| 14 "2": {}, |
| 15 "3": {}, |
| 16 "4": {}, |
| 17 "5": {}, |
| 18 "6": {}, |
| 19 "length": 7 |
| 20 } |
| 12 InspectorFrontendHost.copyText: NaN | 21 InspectorFrontendHost.copyText: NaN |
| 13 InspectorFrontendHost.copyText: Infinity | 22 InspectorFrontendHost.copyText: Infinity |
| 14 InspectorFrontendHost.copyText: null | 23 InspectorFrontendHost.copyText: null |
| 15 InspectorFrontendHost.copyText: undefined | 24 InspectorFrontendHost.copyText: undefined |
| 16 InspectorFrontendHost.copyText: 1 | 25 InspectorFrontendHost.copyText: 1 |
| 17 InspectorFrontendHost.copyText: true | 26 InspectorFrontendHost.copyText: true |
| 18 InspectorFrontendHost.copyText: false | 27 InspectorFrontendHost.copyText: false |
| 19 InspectorFrontendHost.copyText: null | 28 InspectorFrontendHost.copyText: null |
| 20 | 29 |
| OLD | NEW |