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

Unified Diff: LayoutTests/inspector/elements/event-listener-sidebar-expected.txt

Issue 1042853004: [DevTools] Event Listeners Sidebar shows window listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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-listener-sidebar-expected.txt
diff --git a/LayoutTests/inspector/elements/event-listener-sidebar-expected.txt b/LayoutTests/inspector/elements/event-listener-sidebar-expected.txt
index c5aa58f51ce54816ec6f118d9187931cf5359ec6..620cf55eb2ea04bd4da4fdcf612b94baec30ed3d 100644
--- a/LayoutTests/inspector/elements/event-listener-sidebar-expected.txt
+++ b/LayoutTests/inspector/elements/event-listener-sidebar-expected.txt
@@ -57,5 +57,11 @@ Inspect Me
handler: function hoverHandler(event) { console.log("hover - button - bubbling"); }
node: button#node
useCapture: false
+
+======== scroll ========
+[expanded] windowevent-listener-sidebar.html:34
+ attachment: script
+ handler: function scrollHandler(event) { console.log("scroll - window"); }
+ useCapture: false
Listeners for selected node only(should be no listeners):

Powered by Google App Engine
This is Rietveld 408576698