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

Side by Side Diff: LayoutTests/inspector/domdebugger/domdebugger-getEventListeners-jquery1-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, 4 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
(Empty)
1 Tests RemoteObject.eventListeners resolving for jquery 1.1.x.
2
3
4 Running: testSetUp
5
6 Running: testDivJQueryEventListeners
7 type: click
8 useCapture: false
9 location: 19270, 0
10 handler: function (){var a;if(typeof C=="undefined"||C.event.triggered)return a; a=C.event.handle.apply(f,arguments);return a}
11 handlerType: frameworksInternal
12 sourceName:
13
14 type: click
15 useCapture: false
16 location: 43, 45
17 handler: function () { console.log("addEventListener"); }
18 handlerType: general
19 sourceName: domdebugger-getEventListeners-jquery1.html
20
21 type: click
22 useCapture: false
23 location: 27, 46
24 handler: function () { console.log("onclick"); }
25 handlerType: general
26 sourceName: domdebugger-getEventListeners-jquery1.html
27
28 type: click
29 useCapture: true
30 location: 40, 43
31 handler: function (){ console.log("first jquery"); }
32 handlerType: frameworksResolved
33 sourceName: domdebugger-getEventListeners-jquery1.html
34
35 type: click
36 useCapture: true
37 location: 40, 44
38 handler: function (){ console.log("second jquery"); }
39 handlerType: frameworksResolved
40 sourceName: domdebugger-getEventListeners-jquery1.html
41
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698