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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/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
(Empty)
1 Tests event listener breakpoints.
2
3
4
5 Running: testClickBreakpoint
6 Script execution paused.
7 Call stack:
8 0) testElementEventListener (event-listener-breakpoints.html:7)
9 1) addListenerAndClick (event-listener-breakpoints.html:16)
10 2) (:1)
11 Event target: INPUT
12 Script execution resumed.
13
14 Running: testTimerFiredBreakpoint
15 Script execution paused.
16 Call stack:
17 0) timerFired (event-listener-breakpoints.html:26)
18 Script execution resumed.
19
20 Running: testLoadBreakpointOnXHR
21 Script execution paused.
22 Call stack:
23 0) loadCallback (event-listener-breakpoints.html:49)
24 Event target: XMLHttpRequest
25 Script execution resumed.
26
27 Running: testMediaEventBreakpoint
28 Script execution paused.
29 Call stack:
30 0) onVideoPlay (event-listener-breakpoints.html:61)
31 Event target: VIDEO
32 Script execution resumed.
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