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

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

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
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 == normal
6 [expanded] bodyevent-listeners-about-blank.html:9 7 [expanded] bodyevent-listeners-about-blank.html:9
7 useCapture: true 8 useCapture: true
8 handler: function f() {} 9 handler: function f() {}
9 10
10 ======== hover ======== 11 ======== hover ========
12 == normal
11 [expanded] div#div-in-iframeevent-listeners-about-blank.html:9 13 [expanded] div#div-in-iframeevent-listeners-about-blank.html:9
12 useCapture: true 14 useCapture: true
13 handler: function f() {} 15 handler: function f() {}
14 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698