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

Side by Side Diff: LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt

Issue 842323005: DevTools: Clean up the Event Listeners pane data representation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove listenerBody from the protocol Created 5 years, 10 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 Tests event listeners output in the Elements sidebar panel when the listeners ar e added on an element in about:blank page. 1 Tests event listeners output in the Elements sidebar panel when the listeners ar e added on an element in about:blank page.
2 2
3 3
4 4
5 ======== click ======== 5 ======== click ========
6 [expanded] body event-listeners-about-blank.html:9 6 [expanded] body event-listeners-about-blank.html:9
7 attachment: script
7 handler: function f() {} 8 handler: function f() {}
8 isAttribute: false
9 lineNumber: 9
10 listenerBody: function f() {}
11 node: body 9 node: body
12 sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listener s-about-blank.html
13 type: click
14 useCapture: true 10 useCapture: true
15 11
16 ======== hover ======== 12 ======== hover ========
17 [expanded] div#div-in-iframe event-listeners-about-blank.html:9 13 [expanded] div#div-in-iframe event-listeners-about-blank.html:9
14 attachment: script
18 handler: function f() {} 15 handler: function f() {}
19 isAttribute: false
20 lineNumber: 9
21 listenerBody: function f() {}
22 node: div#div-in-iframe 16 node: div#div-in-iframe
23 sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listener s-about-blank.html
24 type: hover
25 useCapture: true 17 useCapture: true
26 18
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/event-listener-sidebar-expected.txt ('k') | Source/bindings/core/v8/ScriptEventListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698