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

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

Issue 2395193002: Add auxclick to the devtool event listeners (Closed)
Patch Set: Add the test and fix pointerevents Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
index 3aa31848919cb2b474bda7867970cef6ffdf6518..b3ba925da7ffd96b1c38d7e5d2ca9fac1889c638 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
@@ -11,23 +11,32 @@ Call stack:
Event target: INPUT
Script execution resumed.
+Running: testAuxclickBreakpoint
+Script execution paused.
+Call stack:
+ 0) testElementEventListener (event-listener-breakpoints.html:7)
+ 1) addListenerAndAuxclick (event-listener-breakpoints.html:23)
+ 2) (:1)
+Event target: INPUT
+Script execution resumed.
+
Running: testTimerFiredBreakpoint
Script execution paused.
Call stack:
- 0) timerFired (event-listener-breakpoints.html:26)
+ 0) timerFired (event-listener-breakpoints.html:33)
Script execution resumed.
Running: testLoadBreakpointOnXHR
Script execution paused.
Call stack:
- 0) loadCallback (event-listener-breakpoints.html:49)
+ 0) loadCallback (event-listener-breakpoints.html:56)
Event target: XMLHttpRequest
Script execution resumed.
Running: testMediaEventBreakpoint
Script execution paused.
Call stack:
- 0) onVideoPlay (event-listener-breakpoints.html:61)
+ 0) onVideoPlay (event-listener-breakpoints.html:68)
Event target: VIDEO
Script execution resumed.
@@ -35,7 +44,7 @@ Running: testPointerEventBreakpoint
Script execution paused.
Call stack:
0) testElementEventListener (event-listener-breakpoints.html:7)
- 1) addListenerAndPointerDown (event-listener-breakpoints.html:23)
+ 1) addListenerAndPointerDown (event-listener-breakpoints.html:30)
2) (:1)
Event target: INPUT
Script execution resumed.

Powered by Google App Engine
This is Rietveld 408576698