| OLD | NEW |
| 1 CONSOLE WARNING: 'HTMLHtmlElement.manifest' is deprecated. The manifest attribut
e only has an effect during the early stages of document load. |
| 1 Tests that console's copy command is copying into front-end buffer. | 2 Tests that console's copy command is copying into front-end buffer. |
| 2 | 3 |
| 3 InspectorFrontendHost.copyText: qwerty | 4 InspectorFrontendHost.copyText: qwerty |
| 4 InspectorFrontendHost.copyText: <p> | 5 InspectorFrontendHost.copyText: <p> |
| 5 Tests that console's copy command is copying into front-end buffer. | 6 Tests that console's copy command is copying into front-end buffer. |
| 6 </p> | 7 </p> |
| 7 InspectorFrontendHost.copyText: { | 8 InspectorFrontendHost.copyText: { |
| 8 "foo": "bar" | 9 "foo": "bar" |
| 9 } | 10 } |
| 10 InspectorFrontendHost.copyText: [object Object] | 11 InspectorFrontendHost.copyText: [object Object] |
| 11 InspectorFrontendHost.copyText: [object HTMLAllCollection] | 12 InspectorFrontendHost.copyText: [object HTMLAllCollection] |
| 12 InspectorFrontendHost.copyText: NaN | 13 InspectorFrontendHost.copyText: NaN |
| 13 InspectorFrontendHost.copyText: Infinity | 14 InspectorFrontendHost.copyText: Infinity |
| 14 InspectorFrontendHost.copyText: null | 15 InspectorFrontendHost.copyText: null |
| 15 InspectorFrontendHost.copyText: undefined | 16 InspectorFrontendHost.copyText: undefined |
| 16 InspectorFrontendHost.copyText: 1 | 17 InspectorFrontendHost.copyText: 1 |
| 17 InspectorFrontendHost.copyText: true | 18 InspectorFrontendHost.copyText: true |
| 18 InspectorFrontendHost.copyText: false | 19 InspectorFrontendHost.copyText: false |
| 19 InspectorFrontendHost.copyText: null | 20 InspectorFrontendHost.copyText: null |
| 20 | 21 |
| OLD | NEW |