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