| Index: LayoutTests/inspector/console/console-command-copy-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-command-copy-expected.txt b/LayoutTests/inspector/console/console-command-copy-expected.txt
|
| index 8c3e63928ba56a606291c6e194ef6feb9cf3e48f..6ee4f5d566152a860a6a45a81766970f72a65504 100644
|
| --- a/LayoutTests/inspector/console/console-command-copy-expected.txt
|
| +++ b/LayoutTests/inspector/console/console-command-copy-expected.txt
|
| @@ -1,4 +1,12 @@
|
| Tests that console's copy command is copying into front-end buffer.
|
|
|
| InspectorFrontendHost.copyText: qwerty
|
| +InspectorFrontendHost.copyText: <p>
|
| + Tests that console's copy command is copying into front-end buffer.
|
| +</p>
|
| +InspectorFrontendHost.copyText: {
|
| + "foo": "bar"
|
| +}
|
| +InspectorFrontendHost.copyText: [object Object]
|
| +InspectorFrontendHost.copyText: [object HTMLAllCollection]
|
|
|
|
|