Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-command-copy-expected.txt
1 CONSOLE WARNING: 'HTMLHtmlElement.manifest' is deprecated. The manifest attribute only has an effect during the early stages of document load.
2 Tests that console's copy command is copying into front-end buffer.
3
4 InspectorFrontendHost.copyText: qwerty
5 InspectorFrontendHost.copyText: <p>
6     Tests that console's copy command is copying into front-end buffer.
7 </p>
8 InspectorFrontendHost.copyText: {
9   "foo": "bar"
10 }
11 InspectorFrontendHost.copyText: [object Object]
12 InspectorFrontendHost.copyText: [object HTMLAllCollection]
13 InspectorFrontendHost.copyText: NaN
14 InspectorFrontendHost.copyText: Infinity
15 InspectorFrontendHost.copyText: null
16 InspectorFrontendHost.copyText: undefined
17 InspectorFrontendHost.copyText: 1
18 InspectorFrontendHost.copyText: true
19 InspectorFrontendHost.copyText: false
20 InspectorFrontendHost.copyText: null
21