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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
diff --git a/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt b/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
index 1aa6774c698bf7990bc1f7bcc312ebbaed1afc36..f4882fb12f0163428449714872cd00a5a1bc3c41 100644
--- a/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
+++ b/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
@@ -4,23 +4,15 @@ Tests event listeners output in the Elements sidebar panel when the listeners ar
======== click ========
[expanded] body event-listeners-about-blank.html:9
+ attachment: script
handler: function f() {}
- isAttribute: false
- lineNumber: 9
- listenerBody: function f() {}
node: body
- sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listeners-about-blank.html
- type: click
useCapture: true
======== hover ========
[expanded] div#div-in-iframe event-listeners-about-blank.html:9
+ attachment: script
handler: function f() {}
- isAttribute: false
- lineNumber: 9
- listenerBody: function f() {}
node: div#div-in-iframe
- sourceName: [clipped-for-test]/LayoutTests/inspector/elements/event-listeners-about-blank.html
- type: hover
useCapture: true
« 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