Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: LayoutTests/inspector/console/console-command-copy-expected.txt

Issue 282073008: Remove HTMLHtmlElement.manifest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/script-tests/URL-attribute-reflection.js ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698