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

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

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

Powered by Google App Engine
This is Rietveld 408576698