| OLD | NEW |
| (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 |
| OLD | NEW |