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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt

Issue 1879293002: Modify devtools to show passive event listeners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
index fe2288aba5be047c890f4286a807069c8f604425..996a6d548606de6b7e5d180e82288b0f862133ac 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/event-listeners-about-blank-expected.txt
@@ -6,11 +6,20 @@ Tests event listeners output in the Elements sidebar panel when the listeners ar
== normal
[expanded] bodyRemoveevent-listeners-about-blank.html:9
useCapture: true
+ passive: false
handler: function f() {}
======== hover ========
== normal
[expanded] div#div-in-iframeRemoveevent-listeners-about-blank.html:9
useCapture: true
+ passive: false
+ handler: function f() {}
+
+======== wheel ========
+== normal
+[expanded] bodyRemoveevent-listeners-about-blank.html:9
+ useCapture: false
+ passive: true
handler: function f() {}

Powered by Google App Engine
This is Rietveld 408576698