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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 5 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 listener breakpoints. 1 Tests event listener breakpoints.
2 2
3 3
4 4
5 Running: testClickBreakpoint 5 Running: testClickBreakpoint
6 Script execution paused. 6 Script execution paused.
7 Call stack: 7 Call stack:
8 0) testElementEventListener (event-listener-breakpoints.html:7) 8 0) testElementEventListener (event-listener-breakpoints.html:7)
9 1) addListenerAndClick (event-listener-breakpoints.html:16) 9 1) addListenerAndClick (event-listener-breakpoints.html:16)
10 2) (:1) 10 2) (:1)
(...skipping 13 matching lines...) Expand all
24 Event target: XMLHttpRequest 24 Event target: XMLHttpRequest
25 Script execution resumed. 25 Script execution resumed.
26 26
27 Running: testMediaEventBreakpoint 27 Running: testMediaEventBreakpoint
28 Script execution paused. 28 Script execution paused.
29 Call stack: 29 Call stack:
30 0) onVideoPlay (event-listener-breakpoints.html:61) 30 0) onVideoPlay (event-listener-breakpoints.html:61)
31 Event target: VIDEO 31 Event target: VIDEO
32 Script execution resumed. 32 Script execution resumed.
33 33
34 Running: testPointerEventBreakpoint
35 Script execution paused.
36 Call stack:
37 0) testElementEventListener (event-listener-breakpoints.html:7)
38 1) addListenerAndPointerDown (event-listener-breakpoints.html:23)
39 2) (:1)
40 Event target: INPUT
41 Script execution resumed.
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698